Html Css Color HEX #E9F0F0 Zircon

📋 copy color: '#E9F0F0'

red 233 ◦ green 240 ◦ blue 240

#E9F0F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zircon #E9F0F0

Tints of Zircon #E9F0F0

RGB

 RED value IS 233 (91.41% from 255) = 32.68%

 GREEN value IS 240 (94.14% from 255) = 33.66%

 BLUE value IS 240 (94.14% from 255) = 33.66%

R = 32.68%
G = 33.66%
B = 33.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E9F0F0 (or 0xE9F0F0) is known color: Zircon. HEX triplet: E9, F0 and F0. RGB value is (233,240,240). Sum of RGB (Red+Green+Blue) = 233+240+240=713 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.68% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #E9F0F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F0F0 is #160F0F. Grayscale: #EDEDED. Windows color (decimal): -1445648 or 15790313. OLE color: 15790313.

HSL color Cylindrical-coordinate representation of color #E9F0F0: hue angle of 180º degrees, saturation: 0.19, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9F0F0 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 240 240 -
CMYK 0.03 0 0 0.06
HSL 180º 0.19% 0.93% -
HSV(B) 180º 0.03% 0.94% -
XYZ 80.49 85.94 94.78 -
YUV 237.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 233 240 240 0.03 0 0 0.06 180 0.19 0.93
Hex E9 F0 F0 3 0 0 6 B4 13 5D
Octal 351 360 360 3 0 0 6 264 23 135
Binary 11101001 11110000 11110000 11 0 0 110 10110100 10011 1011101

Color Harmonies of #E9F0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9F0F0

Black with #E9F0F0

Text Example


Text Example

White with #E9F0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9F0F0; }

 p { color: rgb(233,240,240); }

 H1.HeaderClassName
 {
   color: #E9F0F0;
 }
 .AnyTagClassName
 {
   color: #E9F0F0;
 }
</style>

background-color css

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

 a { background-color: rgb(233,240,240); }

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

border-color css

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

 span { border-color: rgb(233,240,240); }

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