#7DC5EA

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

Shades of Sky Blue #7DC5EA

Tints of Sky Blue #7DC5EA

Color information

#7DC5EA (or 0x7DC5EA) is unknown color: approx Sky Blue. HEX triplet: 7D, C5 and EA. RGB value is (125,197,234). Sum of RGB (Red+Green+Blue) = 125+197+234=556 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.48% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #7DC5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC5EA is #823A15. Grayscale: #B3B3B3. Windows color (decimal): -8534550 or 15385981. OLE color: 15385981.

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

Color convert

RGB125197234-
CMYK0.470.1600.08
HSL200.37º72.19%70.39%-
HSV(B)200.37º46.58%91.76%-
XYZ43.2750.2385.26-
YUV179.69158.6588.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.48%
GREEN value IS 197 (77.34% from 255) = 35.43%
BLUE value IS 234 (91.80% from 255) = 42.09%
R=22.48%
G=35.43%
B=42.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251972340.470.1600.08200.3772.1970.39
Hex7DC5EA2F1008c84846
Octal1753053525720010310110106
Binary1111101110001011110101010111110000010001100100010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,197,234); }

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

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

 a { background-color: rgb(125,197,234); }

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

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

 span { border-color: rgb(125,197,234); }

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