#E0FAFE

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

Shades of Light Cyan #E0FAFE

Tints of Light Cyan #E0FAFE

Color information

#E0FAFE (or 0xE0FAFE) is unknown color: approx Light Cyan. HEX triplet: E0, FA and FE. RGB value is (224,250,254). Sum of RGB (Red+Green+Blue) = 224+250+254=728 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.77% from 728); Green value is 250 (98.05% from 255 or 34.34% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FAFE is #1F0501. Grayscale: #F2F2F2. Windows color (decimal): -2032898 or 16710368. OLE color: 16710368.

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

Color convert

RGB224250254-
CMYK0.120.0200.00
HSL188º93.75%93.73%-
HSV(B)188º11.81%99.61%-
XYZ82.8291.37107.04-
YUV242.68134.39114.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 30.77%
GREEN value IS 250 (98.05% from 255) = 34.34%
BLUE value IS 254 (99.61% from 255) = 34.89%
R=30.77%
G=34.34%
B=34.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242502540.120.0200.0018893.7593.73
HexE0FAFEC200bc5e5e
Octal34037237614200274136136
Binary111000001111101011111110110010001011110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FAFE; }

 p { color: rgb(224,250,254); }

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

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

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

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

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

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

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