Html Css Color HEX #E2F9FA Light Cyan

📋 copy color: '#E2F9FA'

red 226 ◦ green 249 ◦ blue 250

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

Shades of Light Cyan #E2F9FA

Tints of Light Cyan #E2F9FA

RGB

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

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

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

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

CMYK

 C value IS 0.10

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 226 249 250 -
CMYK 0.10 0.00 0 0.02
HSL 182.5º 0.71% 0.93% -
HSV(B) 182.5º 0.1% 0.98% -
XYZ 82.5 90.82 103.63 -
YUV 242.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 226 249 250 0.10 0.00 0 0.02 182.5 0.71 0.93
Hex E2 F9 FA A 0 0 2 B6 47 5D
Octal 342 371 372 12 0 0 2 266 107 135
Binary 11100010 11111001 11111010 1010 0 0 10 10110110 1000111 1011101

Color Harmonies of #E2F9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F9FA

Black with #E2F9FA

Text Example


Text Example

White with #E2F9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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