#E1F4FA

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

Shades of Light Cyan #E1F4FA

Tints of Light Cyan #E1F4FA

Color information

#E1F4FA (or 0xE1F4FA) is unknown color: approx Light Cyan. HEX triplet: E1, F4 and FA. RGB value is (225,244,250). Sum of RGB (Red+Green+Blue) = 225+244+250=719 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.29% from 719); Green value is 244 (95.70% from 255 or 33.94% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1F4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F4FA is #1E0B05. Grayscale: #EEEEEE. Windows color (decimal): -1968902 or 16446689. OLE color: 16446689.

HSL color Cylindrical-coordinate representation of color #E1F4FA: hue angle of 194.4º degrees, saturation: 0.71, 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 #E1F4FA is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225244250-
CMYK0.100.0200.02
HSL194.4º71.43%93.14%-
HSV(B)194.4º10%98.04%-
XYZ80.6687.61103.1-
YUV239134.21118.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.29%
GREEN value IS 244 (95.70% from 255) = 33.94%
BLUE value IS 250 (98.05% from 255) = 34.77%
R=31.29%
G=33.94%
B=34.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252442500.100.0200.02194.471.4393.14
HexE1F4FAA202c2475d
Octal34136437212202302107135
Binary1110000111110100111110101010100101100001010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F4FA; }

 p { color: rgb(225,244,250); }

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

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

 a { background-color: rgb(225,244,250); }

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

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

 span { border-color: rgb(225,244,250); }

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