#E0F7FF

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

Shades of Light Cyan #E0F7FF

Tints of Light Cyan #E0F7FF

Color information

#E0F7FF (or 0xE0F7FF) is unknown color: approx Light Cyan. HEX triplet: E0, F7 and FF. RGB value is (224,247,255). Sum of RGB (Red+Green+Blue) = 224+247+255=726 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.85% from 726); Green value is 247 (96.88% from 255 or 34.02% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0F7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F7FF is #1F0800. Grayscale: #F0F0F0. Windows color (decimal): -2033665 or 16775136. OLE color: 16775136.

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

Color convert

RGB224247255-
CMYK0.120.0300
HSL195.48º100%93.92%-
HSV(B)195.48º12.16%100%-
XYZ82.0589.59107.58-
YUV241.04135.88115.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.85%
GREEN value IS 247 (96.88% from 255) = 34.02%
BLUE value IS 255 (100% from 255) = 35.12%
R=30.85%
G=34.02%
B=35.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242472550.120.0300195.4810093.92
HexE0F7FFC300c3645e
Octal34036737714300303144136
Binary111000001111011111111111110011001100001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F7FF; }

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

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

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

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

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

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

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

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