#7DCAED

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

Shades of Sky Blue #7DCAED

Tints of Sky Blue #7DCAED

Color information

#7DCAED (or 0x7DCAED) is unknown color: approx Sky Blue. HEX triplet: 7D, CA and ED. RGB value is (125,202,237). Sum of RGB (Red+Green+Blue) = 125+202+237=564 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.16% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DCAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCAED is #823512. Grayscale: #B6B6B6. Windows color (decimal): -8533267 or 15583869. OLE color: 15583869.

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

Color convert

RGB125202237-
CMYK0.470.1500.07
HSL198.75º75.68%70.98%-
HSV(B)198.75º47.26%92.94%-
XYZ44.8652.7287.93-
YUV182.97158.4986.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.16%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=22.16%
G=35.82%
B=42.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252022370.470.1500.07198.7575.6870.98
Hex7DCAED2FF07c74c47
Octal175312355571707307114107
Binary11111011100101011101101101111111101111100011110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,202,237); }

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

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

 a { background-color: rgb(125,202,237); }

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

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

 span { border-color: rgb(125,202,237); }

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