#7DCBEC

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

Shades of Sky Blue #7DCBEC

Tints of Sky Blue #7DCBEC

Color information

#7DCBEC (or 0x7DCBEC) is unknown color: approx Sky Blue. HEX triplet: 7D, CB and EC. RGB value is (125,203,236). Sum of RGB (Red+Green+Blue) = 125+203+236=564 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.16% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DCBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCBEC is #823413. Grayscale: #B7B7B7. Windows color (decimal): -8533012 or 15518589. OLE color: 15518589.

HSL color Cylindrical-coordinate representation of color #7DCBEC: hue angle of 197.84º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DCBEC is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125203236-
CMYK0.470.1400.07
HSL197.84º74.5%70.78%-
HSV(B)197.84º47.03%92.55%-
XYZ44.9553.1387.24-
YUV183.44157.6686.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.16%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=22.16%
G=35.99%
B=41.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252032360.470.1400.07197.8474.570.78
Hex7DCBEC2FE07c64a47
Octal175313354571607306112107
Binary11111011100101111101100101111111001111100011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,203,236); }

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

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

 a { background-color: rgb(125,203,236); }

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

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

 span { border-color: rgb(125,203,236); }

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