#7DCDEC

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

Shades of Sky Blue #7DCDEC

Tints of Sky Blue #7DCDEC

Color information

#7DCDEC (or 0x7DCDEC) is unknown color: approx Sky Blue. HEX triplet: 7D, CD and EC. RGB value is (125,205,236). Sum of RGB (Red+Green+Blue) = 125+205+236=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DCDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCDEC is #823213. Grayscale: #B8B8B8. Windows color (decimal): -8532500 or 15519101. OLE color: 15519101.

HSL color Cylindrical-coordinate representation of color #7DCDEC: hue angle of 196.76º 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 #7DCDEC is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125205236-
CMYK0.470.1300.07
HSL196.76º74.5%70.78%-
HSV(B)196.76º47.03%92.55%-
XYZ45.4354.0887.4-
YUV184.6115785.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.08%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 236 (92.58% from 255) = 41.70%
R=22.08%
G=36.22%
B=41.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252052360.470.1300.07196.7674.570.78
Hex7DCDEC2FD07c54a47
Octal175315354571507305112107
Binary11111011100110111101100101111110101111100010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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