Html Css Color HEX #E2F6FA Light Cyan

📋 copy color: '#E2F6FA'

red 226 ◦ green 246 ◦ blue 250

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

Shades of Light Cyan #E2F6FA

Tints of Light Cyan #E2F6FA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.07%

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

R = 31.3%
G = 34.07%
B = 34.63%

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

#E2F6FA (or 0xE2F6FA) is known color: Light Cyan. HEX triplet: E2, F6 and FA. RGB value is (226,246,250). Sum of RGB (Red+Green+Blue) = 226+246+250=722 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.30% from 722); Green value is 246 (96.48% from 255 or 34.07% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2F6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F6FA is #1D0905. Grayscale: #F0F0F0. Windows color (decimal): -1902854 or 16447202. OLE color: 16447202.

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

Color convert

RGB 226 246 250 -
CMYK 0.10 0.02 0 0.02
HSL 190º 0.71% 0.93% -
HSV(B) 190º 0.1% 0.98% -
XYZ 81.58 88.98 103.32 -
YUV 240.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 226 246 250 0.10 0.02 0 0.02 190 0.71 0.93
Hex E2 F6 FA A 2 0 2 BE 47 5D
Octal 342 366 372 12 2 0 2 276 107 135
Binary 11100010 11110110 11111010 1010 10 0 10 10111110 1000111 1011101

Color Harmonies of #E2F6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F6FA

Black with #E2F6FA

Text Example


Text Example

White with #E2F6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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