Html Css Color HEX #E2F7FA Light Cyan

📋 copy color: '#E2F7FA'

red 226 ◦ green 247 ◦ blue 250

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

Shades of Light Cyan #E2F7FA

Tints of Light Cyan #E2F7FA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 34.16%

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

R = 31.26%
G = 34.16%
B = 34.58%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2F7FA (or 0xE2F7FA) is known color: Light Cyan. HEX triplet: E2, F7 and FA. RGB value is (226,247,250). Sum of RGB (Red+Green+Blue) = 226+247+250=723 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.26% from 723); Green value is 247 (96.88% from 255 or 34.16% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2F7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F7FA is #1D0805. Grayscale: #F1F1F1. Windows color (decimal): -1902598 or 16447458. OLE color: 16447458.

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

Color convert

RGB 226 247 250 -
CMYK 0.10 0.01 0 0.02
HSL 187.5º 0.71% 0.93% -
HSV(B) 187.5º 0.1% 0.98% -
XYZ 81.88 89.59 103.42 -
YUV 241.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 226 247 250 0.10 0.01 0 0.02 187.5 0.71 0.93
Hex E2 F7 FA A 1 0 2 BC 47 5D
Octal 342 367 372 12 1 0 2 274 107 135
Binary 11100010 11110111 11111010 1010 1 0 10 10111100 1000111 1011101

Color Harmonies of #E2F7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F7FA

Black with #E2F7FA

Text Example


Text Example

White with #E2F7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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