#E1FAFF

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

Shades of Light Cyan #E1FAFF

Tints of Light Cyan #E1FAFF

Color information

#E1FAFF (or 0xE1FAFF) is unknown color: approx Light Cyan. HEX triplet: E1, FA and FF. RGB value is (225,250,255). Sum of RGB (Red+Green+Blue) = 225+250+255=730 (96% of max value = 765). Red value is 225 (88.28% from 255 or 30.82% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAFF is #1E0500. Grayscale: #F3F3F3. Windows color (decimal): -1967361 or 16775905. OLE color: 16775905.

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

Color convert

RGB225250255-
CMYK0.120.0200
HSL190º100%94.12%-
HSV(B)190º11.76%100%-
XYZ83.2991.6107.9-
YUV243.09134.72115.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 30.82%
GREEN value IS 250 (98.05% from 255) = 34.25%
BLUE value IS 255 (100% from 255) = 34.93%
R=30.82%
G=34.25%
B=34.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252502550.120.020019010094.12
HexE1FAFFC200be645e
Octal34137237714200276144136
Binary111000011111101011111111110010001011111011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FAFF; }

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

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

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

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

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

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

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

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