Html Css Color HEX #E2FAF9 Light Cyan

📋 copy color: '#E2FAF9'

red 226 ◦ green 250 ◦ blue 249

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

Shades of Light Cyan #E2FAF9

Tints of Light Cyan #E2FAF9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.48%

 BLUE value IS 249 (97.66% from 255) = 34.34%

R = 31.17%
G = 34.48%
B = 34.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#E2FAF9 (or 0xE2FAF9) is known color: Light Cyan. HEX triplet: E2, FA and F9. RGB value is (226,250,249). Sum of RGB (Red+Green+Blue) = 226+250+249=725 (96% of max value = 765). Red value is 226 (88.67% from 255 or 31.17% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 249 (97.66% from 255 or 34.34% from 725); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FAF9 is #1D0506. Grayscale: #F2F2F2. Windows color (decimal): -1901831 or 16382690. OLE color: 16382690.

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

Color convert

RGB 226 250 249 -
CMYK 0.10 0 0.00 0.02
HSL 177.5º 0.71% 0.93% -
HSV(B) 177.5º 0.1% 0.98% -
XYZ 82.65 91.38 102.9 -
YUV 242.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 226 250 249 0.10 0 0.00 0.02 177.5 0.71 0.93
Hex E2 FA F9 A 0 0 2 B2 47 5D
Octal 342 372 371 12 0 0 2 262 107 135
Binary 11100010 11111010 11111001 1010 0 0 10 10110010 1000111 1011101

Color Harmonies of #E2FAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FAF9

Black with #E2FAF9

Text Example


Text Example

White with #E2FAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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