#E0F8F5

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

Shades of Light Cyan #E0F8F5

Tints of Light Cyan #E0F8F5

Color information

#E0F8F5 (or 0xE0F8F5) is unknown color: approx Light Cyan. HEX triplet: E0, F8 and F5. RGB value is (224,248,245). Sum of RGB (Red+Green+Blue) = 224+248+245=717 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.24% from 717); Green value is 248 (97.27% from 255 or 34.59% from 717); Blue value is 245 (96.09% from 255 or 34.17% from 717); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F8F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F8F5 is #1F070A. Grayscale: #F0F0F0. Windows color (decimal): -2033419 or 16120032. OLE color: 16120032.

HSL color Cylindrical-coordinate representation of color #E0F8F5: hue angle of 172.5º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0F8F5 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB224248245-
CMYK0.1000.010.03
HSL172.5º63.16%92.55%-
HSV(B)172.5º9.68%97.25%-
XYZ80.7989.5799.42-
YUV240.48130.55116.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.24%
GREEN value IS 248 (97.27% from 255) = 34.59%
BLUE value IS 245 (96.09% from 255) = 34.17%
R=31.24%
G=34.59%
B=34.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242482450.1000.010.03172.563.1692.55
HexE0F8F5A013ac3f5d
Octal3403703651201325477135
Binary11100000111110001111010110100111101011001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F8F5; }

 p { color: rgb(224,248,245); }

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

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

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

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

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

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

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