Html Css Color HEX #E1FAF8 Light Cyan

📋 copy color: '#E1FAF8'

red 225 ◦ green 250 ◦ blue 248

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

Shades of Light Cyan #E1FAF8

Tints of Light Cyan #E1FAF8

RGB

 RED value IS 225 (88.28% from 255) = 31.12%

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

 BLUE value IS 248 (97.27% from 255) = 34.3%

R = 31.12%
G = 34.58%
B = 34.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#E1FAF8 (or 0xE1FAF8) is known color: Light Cyan. HEX triplet: E1, FA and F8. RGB value is (225,250,248). Sum of RGB (Red+Green+Blue) = 225+250+248=723 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.12% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 248 (97.27% from 255 or 34.30% from 723); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAF8 is #1E0507. Grayscale: #F2F2F2. Windows color (decimal): -1967368 or 16317153. OLE color: 16317153.

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

Color convert

RGB 225 250 248 -
CMYK 0.10 0 0.01 0.02
HSL 175.2º 0.71% 0.93% -
HSV(B) 175.2º 0.1% 0.98% -
XYZ 82.18 91.16 102.07 -
YUV 242.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 225 250 248 0.10 0 0.01 0.02 175.2 0.71 0.93
Hex E1 FA F8 A 0 1 2 AF 47 5D
Octal 341 372 370 12 0 1 2 257 107 135
Binary 11100001 11111010 11111000 1010 0 1 10 10101111 1000111 1011101

Color Harmonies of #E1FAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1FAF8

Black with #E1FAF8

Text Example


Text Example

White with #E1FAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1FAF8; }

 p { color: rgb(225,250,248); }

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

background-color css

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

 a { background-color: rgb(225,250,248); }

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

border-color css

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

 span { border-color: rgb(225,250,248); }

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