Html Css Color HEX #E0FAF7 Light Cyan

📋 copy color: '#E0FAF7'

red 224 ◦ green 250 ◦ blue 247

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

Shades of Light Cyan #E0FAF7

Tints of Light Cyan #E0FAF7

RGB

 RED value IS 224 (87.89% from 255) = 31.07%

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

 BLUE value IS 247 (96.88% from 255) = 34.26%

R = 31.07%
G = 34.67%
B = 34.26%

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

#E0FAF7 (or 0xE0FAF7) is known color: Light Cyan. HEX triplet: E0, FA and F7. RGB value is (224,250,247). Sum of RGB (Red+Green+Blue) = 224+250+247=721 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.07% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 247 (96.88% from 255 or 34.26% from 721); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FAF7 is #1F0508. Grayscale: #F1F1F1. Windows color (decimal): -2032905 or 16251616. OLE color: 16251616.

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

Color convert

RGB 224 250 247 -
CMYK 0.10 0 0.01 0.02
HSL 173.08º 0.72% 0.93% -
HSV(B) 173.08º 0.1% 0.98% -
XYZ 81.71 90.93 101.24 -
YUV 241.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 224 250 247 0.10 0 0.01 0.02 173.08 0.72 0.93
Hex E0 FA F7 A 0 1 2 AD 48 5D
Octal 340 372 367 12 0 1 2 255 110 135
Binary 11100000 11111010 11110111 1010 0 1 10 10101101 1001000 1011101

Color Harmonies of #E0FAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0FAF7

Black with #E0FAF7

Text Example


Text Example

White with #E0FAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0FAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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