#7DD4EB

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

Shades of Sky Blue #7DD4EB

Tints of Sky Blue #7DD4EB

Color information

#7DD4EB (or 0x7DD4EB) is unknown color: approx Sky Blue. HEX triplet: 7D, D4 and EB. RGB value is (125,212,235). Sum of RGB (Red+Green+Blue) = 125+212+235=572 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.85% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DD4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD4EB is #822B14. Grayscale: #BCBCBC. Windows color (decimal): -8530709 or 15455357. OLE color: 15455357.

HSL color Cylindrical-coordinate representation of color #7DD4EB: hue angle of 192.55º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DD4EB is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125212235-
CMYK0.470.1000.08
HSL192.55º73.33%70.59%-
HSV(B)192.55º46.81%92.16%-
XYZ4757.4587.21-
YUV188.61154.1882.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.85%
GREEN value IS 212 (83.20% from 255) = 37.06%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=21.85%
G=37.06%
B=41.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252122350.470.1000.08192.5573.3370.59
Hex7DD4EB2FA08c14947
Octal1753243535712010301111107
Binary111110111010100111010111011111010010001100000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,212,235); }

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

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

 a { background-color: rgb(125,212,235); }

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

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

 span { border-color: rgb(125,212,235); }

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