#7EDEF3

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

Shades of Sky Blue #7EDEF3

Tints of Sky Blue #7EDEF3

Color information

#7EDEF3 (or 0x7EDEF3) is unknown color: approx Sky Blue. HEX triplet: 7E, DE and F3. RGB value is (126,222,243). Sum of RGB (Red+Green+Blue) = 126+222+243=591 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.32% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #7EDEF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDEF3 is #81210C. Grayscale: #C3C3C3. Windows color (decimal): -8462605 or 15982206. OLE color: 15982206.

HSL color Cylindrical-coordinate representation of color #7EDEF3: hue angle of 190.77º degrees, saturation: 0.83, 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 #7EDEF3 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126222243-
CMYK0.480.0900.05
HSL190.77º82.98%72.35%-
HSV(B)190.77º48.15%95.29%-
XYZ50.963.1594.3-
YUV195.69154.778.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.32%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 243 (95.31% from 255) = 41.12%
R=21.32%
G=37.56%
B=41.12%

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
Decimal1262222430.480.0900.05190.7782.9872.35
Hex7EDEF330905bf5348
Octal176336363601105277123110
Binary11111101101111011110011110000100101011011111110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,222,243); }

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

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

 a { background-color: rgb(126,222,243); }

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

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

 span { border-color: rgb(126,222,243); }

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