#E0FFFB

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

Shades of Light Cyan #E0FFFB

Tints of Light Cyan #E0FFFB

Color information

#E0FFFB (or 0xE0FFFB) is unknown color: approx Light Cyan. HEX triplet: E0, FF and FB. RGB value is (224,255,251). Sum of RGB (Red+Green+Blue) = 224+255+251=730 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.68% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 251 (98.44% from 255 or 34.38% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FFFB is #1F0004. Grayscale: #F5F5F5. Windows color (decimal): -2031621 or 16515040. OLE color: 16515040.

HSL color Cylindrical-coordinate representation of color #E0FFFB: hue angle of 172.26º 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 #E0FFFB is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB224255251-
CMYK0.1200.020
HSL172.26º100%93.92%-
HSV(B)172.26º12.16%100%-
XYZ83.9194.33105.05-
YUV245.28131.23112.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.68%
GREEN value IS 255 (100% from 255) = 34.93%
BLUE value IS 251 (98.44% from 255) = 34.38%
R=30.68%
G=34.93%
B=34.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242552510.1200.020172.2610093.92
HexE0FFFBC020ac645e
Octal34037737314020254144136
Binary111000001111111111111011110001001010110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FFFB; }

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

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

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

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

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

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

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

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