#E2F8FA

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

Shades of Light Cyan #E2F8FA

Tints of Light Cyan #E2F8FA

Color information

#E2F8FA (or 0xE2F8FA) is unknown color: approx Light Cyan. HEX triplet: E2, F8 and FA. RGB value is (226,248,250). Sum of RGB (Red+Green+Blue) = 226+248+250=724 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.22% from 724); Green value is 248 (97.27% from 255 or 34.25% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2F8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F8FA is #1D0705. Grayscale: #F1F1F1. Windows color (decimal): -1902342 or 16447714. OLE color: 16447714.

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

Color convert

RGB226248250-
CMYK0.100.0100.02
HSL185º70.59%93.33%-
HSV(B)185º9.6%98.04%-
XYZ82.1990.21103.52-
YUV241.65132.71116.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.22%
GREEN value IS 248 (97.27% from 255) = 34.25%
BLUE value IS 250 (98.05% from 255) = 34.53%
R=31.22%
G=34.25%
B=34.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262482500.100.0100.0218570.5993.33
HexE2F8FAA102b9475d
Octal34237037212102271107135
Binary111000101111100011111010101010101011100110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F8FA; }

 p { color: rgb(226,248,250); }

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

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

 a { background-color: rgb(226,248,250); }

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

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

 span { border-color: rgb(226,248,250); }

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