#7EDDF2

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

Shades of Sky Blue #7EDDF2

Tints of Sky Blue #7EDDF2

Color information

#7EDDF2 (or 0x7EDDF2) is unknown color: approx Sky Blue. HEX triplet: 7E, DD and F2. RGB value is (126,221,242). Sum of RGB (Red+Green+Blue) = 126+221+242=589 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.39% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #7EDDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDDF2 is #81220D. Grayscale: #C2C2C2. Windows color (decimal): -8462862 or 15916414. OLE color: 15916414.

HSL color Cylindrical-coordinate representation of color #7EDDF2: hue angle of 190.86º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EDDF2 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126221242-
CMYK0.480.0900.05
HSL190.86º81.69%72.16%-
HSV(B)190.86º47.93%94.9%-
XYZ50.4962.5693.42-
YUV194.99154.5378.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.39%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 242 (94.92% from 255) = 41.09%
R=21.39%
G=37.52%
B=41.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1262212420.480.0900.05190.8681.6972.16
Hex7EDDF230905bf5248
Octal176335362601105277122110
Binary11111101101110111110010110000100101011011111110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,221,242); }

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

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

 a { background-color: rgb(126,221,242); }

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

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

 span { border-color: rgb(126,221,242); }

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