#7DD8EC

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

Shades of Sky Blue #7DD8EC

Tints of Sky Blue #7DD8EC

Color information

#7DD8EC (or 0x7DD8EC) is unknown color: approx Sky Blue. HEX triplet: 7D, D8 and EC. RGB value is (125,216,236). Sum of RGB (Red+Green+Blue) = 125+216+236=577 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.66% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DD8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD8EC is #822713. Grayscale: #BEBEBE. Windows color (decimal): -8529684 or 15521917. OLE color: 15521917.

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

Color convert

RGB125216236-
CMYK0.470.0800.07
HSL190.81º74.5%70.78%-
HSV(B)190.81º47.03%92.55%-
XYZ48.1559.5388.31-
YUV191.07153.3580.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.66%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=21.66%
G=37.44%
B=40.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252162360.470.0800.07190.8174.570.78
Hex7DD8EC2F807bf4a47
Octal175330354571007277112107
Binary11111011101100011101100101111100001111011111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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