Html Css Color HEX #E2F5FA Light Cyan

📋 copy color: '#E2F5FA'

red 226 ◦ green 245 ◦ blue 250

#E2F5FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Cyan #E2F5FA

Tints of Light Cyan #E2F5FA

RGB

 RED value IS 226 (88.67% from 255) = 31.35%

 GREEN value IS 245 (96.09% from 255) = 33.98%

 BLUE value IS 250 (98.05% from 255) = 34.67%

R = 31.35%
G = 33.98%
B = 34.67%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2F5FA (or 0xE2F5FA) is known color: Light Cyan. HEX triplet: E2, F5 and FA. RGB value is (226,245,250). Sum of RGB (Red+Green+Blue) = 226+245+250=721 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.35% from 721); Green value is 245 (96.09% from 255 or 33.98% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2F5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F5FA is #1D0A05. Grayscale: #EFEFEF. Windows color (decimal): -1903110 or 16446946. OLE color: 16446946.

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

Color convert

RGB 226 245 250 -
CMYK 0.10 0.02 0 0.02
HSL 192.5º 0.71% 0.93% -
HSV(B) 192.5º 0.1% 0.98% -
XYZ 81.27 88.38 103.22 -
YUV 239.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 226 245 250 0.10 0.02 0 0.02 192.5 0.71 0.93
Hex E2 F5 FA A 2 0 2 C0 47 5D
Octal 342 365 372 12 2 0 2 300 107 135
Binary 11100010 11110101 11111010 1010 10 0 10 11000000 1000111 1011101

Color Harmonies of #E2F5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F5FA

Black with #E2F5FA

Text Example


Text Example

White with #E2F5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F5FA; }

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

 H1.HeaderClassName
 {
   color: #E2F5FA;
 }
 .AnyTagClassName
 {
   color: #E2F5FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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