Html Css Color HEX #E0FAFA Light Cyan

📋 copy color: '#E0FAFA'

red 224 ◦ green 250 ◦ blue 250

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

Shades of Light Cyan #E0FAFA

Tints of Light Cyan #E0FAFA

RGB

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

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

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

R = 30.94%
G = 34.53%
B = 34.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0FAFA (or 0xE0FAFA) is known color: Light Cyan. HEX triplet: E0, FA and FA. RGB value is (224,250,250). Sum of RGB (Red+Green+Blue) = 224+250+250=724 (95% of max value = 765). Red value is 224 (87.89% from 255 or 30.94% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #E0FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FAFA is #1F0505. Grayscale: #F2F2F2. Windows color (decimal): -2032902 or 16448224. OLE color: 16448224.

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

Color convert

RGB 224 250 250 -
CMYK 0.10 0 0 0.02
HSL 180º 0.72% 0.93% -
HSV(B) 180º 0.1% 0.98% -
XYZ 82.18 91.12 103.7 -
YUV 242.23 132.39 115 -
System Red Green Blue C M Y K H S L
Decimal 224 250 250 0.10 0 0 0.02 180 0.72 0.93
Hex E0 FA FA A 0 0 2 B4 48 5D
Octal 340 372 372 12 0 0 2 264 110 135
Binary 11100000 11111010 11111010 1010 0 0 10 10110100 1001000 1011101

Color Harmonies of #E0FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0FAFA

Black with #E0FAFA

Text Example


Text Example

White with #E0FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0FAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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