#E0FBFB

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

Shades of Light Cyan #E0FBFB

Tints of Light Cyan #E0FBFB

Color information

#E0FBFB (or 0xE0FBFB) is unknown color: approx Light Cyan. HEX triplet: E0, FB and FB. RGB value is (224,251,251). Sum of RGB (Red+Green+Blue) = 224+251+251=726 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.85% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #E0FBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FBFB is #1F0404. Grayscale: #F2F2F2. Windows color (decimal): -2032645 or 16514016. OLE color: 16514016.

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

Color convert

RGB224251251-
CMYK0.11000.02
HSL180º77.14%93.14%-
HSV(B)180º10.76%98.43%-
XYZ82.6591.81104.63-
YUV242.93132.55114.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.85%
GREEN value IS 251 (98.44% from 255) = 34.57%
BLUE value IS 251 (98.44% from 255) = 34.57%
R=30.85%
G=34.57%
B=34.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242512510.11000.0218077.1493.14
HexE0FBFBB002b44d5d
Octal34037337313002264115135
Binary111000001111101111111011101100101011010010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FBFB; }

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

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

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

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

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

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

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

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