#E2FBFF

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

Shades of Light Cyan #E2FBFF

Tints of Light Cyan #E2FBFF

Color information

#E2FBFF (or 0xE2FBFF) is unknown color: approx Light Cyan. HEX triplet: E2, FB and FF. RGB value is (226,251,255). Sum of RGB (Red+Green+Blue) = 226+251+255=732 (96% of max value = 765). Red value is 226 (88.67% from 255 or 30.87% from 732); Green value is 251 (98.44% from 255 or 34.29% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2FBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FBFF is #1D0400. Grayscale: #F3F3F3. Windows color (decimal): -1901569 or 16776162. OLE color: 16776162.

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

Color convert

RGB226251255-
CMYK0.110.0200
HSL188.28º100%94.31%-
HSV(B)188.28º11.37%100%-
XYZ83.9192.38108.02-
YUV243.98134.22115.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 30.87%
GREEN value IS 251 (98.44% from 255) = 34.29%
BLUE value IS 255 (100% from 255) = 34.84%
R=30.87%
G=34.29%
B=34.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262512550.110.0200188.2810094.31
HexE2FBFFB200bc645e
Octal34237337713200274144136
Binary111000101111101111111111101110001011110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FBFF; }

 p { color: rgb(226,251,255); }

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

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

 a { background-color: rgb(226,251,255); }

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

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

 span { border-color: rgb(226,251,255); }

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