#7DD7EC

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

Shades of Sky Blue #7DD7EC

Tints of Sky Blue #7DD7EC

Color information

#7DD7EC (or 0x7DD7EC) is unknown color: approx Sky Blue. HEX triplet: 7D, D7 and EC. RGB value is (125,215,236). Sum of RGB (Red+Green+Blue) = 125+215+236=576 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.70% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DD7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD7EC is #822813. Grayscale: #BEBEBE. Windows color (decimal): -8529940 or 15521661. OLE color: 15521661.

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

Color convert

RGB125215236-
CMYK0.470.0900.07
HSL191.35º74.5%70.78%-
HSV(B)191.35º47.03%92.55%-
XYZ47.959.0288.22-
YUV190.48153.6881.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.70%
GREEN value IS 215 (84.38% from 255) = 37.33%
BLUE value IS 236 (92.58% from 255) = 40.97%
R=21.70%
G=37.33%
B=40.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252152360.470.0900.07191.3574.570.78
Hex7DD7EC2F907bf4a47
Octal175327354571107277112107
Binary11111011101011111101100101111100101111011111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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