#E0F9F2

Color #E0F9F2 Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #E0F9F2

Tints of Clear Day #E0F9F2

Color information

#E0F9F2 (or 0xE0F9F2) is unknown color: approx Clear Day. HEX triplet: E0, F9 and F2. RGB value is (224,249,242). Sum of RGB (Red+Green+Blue) = 224+249+242=715 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.33% from 715); Green value is 249 (97.66% from 255 or 34.83% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 249 - color contains mainly: green. Hex color #E0F9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F9F2 is #1F060D. Grayscale: #F0F0F0. Windows color (decimal): -2033166 or 15923680. OLE color: 15923680.

HSL color Cylindrical-coordinate representation of color #E0F9F2: hue angle of 163.2º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0F9F2 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB224249242-
CMYK0.1000.030.02
HSL163.2º67.57%92.75%-
HSV(B)163.2º10.04%97.65%-
XYZ80.6490.0197.13-
YUV240.73128.72116.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.33%
GREEN value IS 249 (97.66% from 255) = 34.83%
BLUE value IS 242 (94.92% from 255) = 33.85%
R=31.33%
G=34.83%
B=33.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242492420.1000.030.02163.267.5792.75
HexE0F9F2A032a3445d
Octal34037136212032243104135
Binary1110000011111001111100101010011101010001110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F9F2; }

 p { color: rgb(224,249,242); }

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

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

 a { background-color: rgb(224,249,242); }

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

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

 span { border-color: rgb(224,249,242); }

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