#E0F9FE

Color #E0F9FE Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #E0F9FE

Tints of Light Cyan #E0F9FE

Color information

#E0F9FE (or 0xE0F9FE) is unknown color: approx Light Cyan. HEX triplet: E0, F9 and FE. RGB value is (224,249,254). Sum of RGB (Red+Green+Blue) = 224+249+254=727 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.81% from 727); Green value is 249 (97.66% from 255 or 34.25% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0F9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F9FE is #1F0601. Grayscale: #F2F2F2. Windows color (decimal): -2033154 or 16710112. OLE color: 16710112.

HSL color Cylindrical-coordinate representation of color #E0F9FE: hue angle of 190º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0F9FE is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB224249254-
CMYK0.120.0200.00
HSL190º93.75%93.73%-
HSV(B)190º11.81%99.61%-
XYZ82.5190.75106.93-
YUV242.09134.72115.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.81%
GREEN value IS 249 (97.66% from 255) = 34.25%
BLUE value IS 254 (99.61% from 255) = 34.94%
R=30.81%
G=34.25%
B=34.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242492540.120.0200.0019093.7593.73
HexE0F9FEC200be5e5e
Octal34037137614200276136136
Binary111000001111100111111110110010001011111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F9FE; }

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

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

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

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

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

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

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

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