Html Css Color HEX #E2F2F6 Light Cyan

📋 copy color: '#E2F2F6'

red 226 ◦ green 242 ◦ blue 246

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

Shades of Light Cyan #E2F2F6

Tints of Light Cyan #E2F2F6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.89%

 BLUE value IS 246 (96.48% from 255) = 34.45%

R = 31.65%
G = 33.89%
B = 34.45%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E2F2F6 (or 0xE2F2F6) is known color: Light Cyan. HEX triplet: E2, F2 and F6. RGB value is (226,242,246). Sum of RGB (Red+Green+Blue) = 226+242+246=714 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.65% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 246 (96.48% from 255 or 34.45% from 714); Max value from RGB is 246 - color contains mainly: blue. Hex color #E2F2F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F2F6 is #1D0D09. Grayscale: #EDEDED. Windows color (decimal): -1903882 or 16184034. OLE color: 16184034.

HSL color Cylindrical-coordinate representation of color #E2F2F6: hue angle of 192º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2F2F6 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 242 246 -
CMYK 0.08 0.02 0 0.04
HSL 192º 0.53% 0.93% -
HSV(B) 192º 0.08% 0.96% -
XYZ 79.75 86.33 99.65 -
YUV 237.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 226 242 246 0.08 0.02 0 0.04 192 0.53 0.93
Hex E2 F2 F6 8 2 0 4 C0 35 5D
Octal 342 362 366 10 2 0 4 300 65 135
Binary 11100010 11110010 11110110 1000 10 0 100 11000000 110101 1011101

Color Harmonies of #E2F2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F2F6

Black with #E2F2F6

Text Example


Text Example

White with #E2F2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F2F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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