#7DD7EE

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

Shades of Sky Blue #7DD7EE

Tints of Sky Blue #7DD7EE

Color information

#7DD7EE (or 0x7DD7EE) is unknown color: approx Sky Blue. HEX triplet: 7D, D7 and EE. RGB value is (125,215,238). Sum of RGB (Red+Green+Blue) = 125+215+238=578 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.63% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DD7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD7EE is #822811. Grayscale: #BEBEBE. Windows color (decimal): -8529938 or 15652733. OLE color: 15652733.

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

Color convert

RGB125215238-
CMYK0.470.1000.07
HSL192.21º76.87%71.18%-
HSV(B)192.21º47.48%93.33%-
XYZ48.1959.1389.76-
YUV190.71154.6881.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.63%
GREEN value IS 215 (84.38% from 255) = 37.20%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=21.63%
G=37.20%
B=41.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252152380.470.1000.07192.2176.8771.18
Hex7DD7EE2FA07c04d47
Octal175327356571207300115107
Binary11111011101011111101110101111101001111100000010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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