#E1FBF6

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

Shades of Light Cyan #E1FBF6

Tints of Light Cyan #E1FBF6

Color information

#E1FBF6 (or 0xE1FBF6) is unknown color: approx Light Cyan. HEX triplet: E1, FB and F6. RGB value is (225,251,246). Sum of RGB (Red+Green+Blue) = 225+251+246=722 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.16% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 246 (96.48% from 255 or 34.07% from 722); Max value from RGB is 251 - color contains mainly: green. Hex color #E1FBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FBF6 is #1E0409. Grayscale: #F2F2F2. Windows color (decimal): -1967114 or 16186337. OLE color: 16186337.

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

Color convert

RGB225251246-
CMYK0.1000.020.02
HSL168.46º76.47%93.33%-
HSV(B)168.46º10.36%98.43%-
XYZ82.1891.66100.55-
YUV242.66129.89115.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.16%
GREEN value IS 251 (98.44% from 255) = 34.76%
BLUE value IS 246 (96.48% from 255) = 34.07%
R=31.16%
G=34.76%
B=34.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252512460.1000.020.02168.4676.4793.33
HexE1FBF6A022a84c5d
Octal34137336612022250114135
Binary1110000111111011111101101010010101010100010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FBF6; }

 p { color: rgb(225,251,246); }

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

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

 a { background-color: rgb(225,251,246); }

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

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

 span { border-color: rgb(225,251,246); }

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