Html Css Color HEX #E5F3F2 Light Cyan

📋 copy color: '#E5F3F2'

red 229 ◦ green 243 ◦ blue 242

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

Shades of Light Cyan #E5F3F2

Tints of Light Cyan #E5F3F2

RGB

 RED value IS 229 (89.84% from 255) = 32.07%

 GREEN value IS 243 (95.31% from 255) = 34.03%

 BLUE value IS 242 (94.92% from 255) = 33.89%

R = 32.07%
G = 34.03%
B = 33.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#E5F3F2 (or 0xE5F3F2) is known color: Light Cyan. HEX triplet: E5, F3 and F2. RGB value is (229,243,242). Sum of RGB (Red+Green+Blue) = 229+243+242=714 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.07% from 714); Green value is 243 (95.31% from 255 or 34.03% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F3F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F3F2 is #1A0C0D. Grayscale: #EEEEEE. Windows color (decimal): -1707022 or 15922149. OLE color: 15922149.

HSL color Cylindrical-coordinate representation of color #E5F3F2: hue angle of 175.71º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5F3F2 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 243 242 -
CMYK 0.06 0 0.00 0.05
HSL 175.71º 0.37% 0.93% -
HSV(B) 175.71º 0.06% 0.95% -
XYZ 80.39 87.17 96.59 -
YUV 238.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 229 243 242 0.06 0 0.00 0.05 175.71 0.37 0.93
Hex E5 F3 F2 6 0 0 5 B0 25 5D
Octal 345 363 362 6 0 0 5 260 45 135
Binary 11100101 11110011 11110010 110 0 0 101 10110000 100101 1011101

Color Harmonies of #E5F3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F3F2

Black with #E5F3F2

Text Example


Text Example

White with #E5F3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F3F2; }

 p { color: rgb(229,243,242); }

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

background-color css

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

 a { background-color: rgb(229,243,242); }

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

border-color css

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

 span { border-color: rgb(229,243,242); }

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