#7DCAEF

Color #7DCAEF Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #7DCAEF

Tints of Sky Blue #7DCAEF

Color information

#7DCAEF (or 0x7DCAEF) is unknown color: approx Sky Blue. HEX triplet: 7D, CA and EF. RGB value is (125,202,239). Sum of RGB (Red+Green+Blue) = 125+202+239=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DCAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCAEF is #823510. Grayscale: #B6B6B6. Windows color (decimal): -8533265 or 15714941. OLE color: 15714941.

HSL color Cylindrical-coordinate representation of color #7DCAEF: hue angle of 199.47º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DCAEF is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB125202239-
CMYK0.480.1500.06
HSL199.47º78.08%71.37%-
HSV(B)199.47º47.7%93.73%-
XYZ45.1652.8389.48-
YUV183.2159.4986.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 22.08%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 239 (93.75% from 255) = 42.23%
R=22.08%
G=35.69%
B=42.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252022390.480.1500.06199.4778.0871.37
Hex7DCAEF30F06c74e47
Octal175312357601706307116107
Binary11111011100101011101111110000111101101100011110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DCAEF; }

 p { color: rgb(125,202,239); }

 H1.HeaderClassName
 {
   color: #7DCAEF;
 }
 .AnyTagClassName
 {
   color: #7DCAEF;
 }
</style>
background-color css

<style>
 a { background-color: #7DCAEF; }

 a { background-color: rgb(125,202,239); }

 div.DivClassName
 {
   background-color: #7DCAEF;
 }
 .BgClassName
 {
   background-color: #7DCAEF;
 }
</style>
border-color css

<style>
 span { border-color: #7DCAEF; }

 span { border-color: rgb(125,202,239); }

 td.TdClassName
 {
   border-color: #7DCAEF;
 }
 .TagClassName
 {
   border-color: #7DCAEF;
 }
</style>