Html Css Color HEX #E9FEFE Azure

📋 copy color: '#E9FEFE'

red 233 ◦ green 254 ◦ blue 254

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

Shades of Azure #E9FEFE

Tints of Azure #E9FEFE

RGB

 RED value IS 233 (91.41% from 255) = 31.44%

 GREEN value IS 254 (99.61% from 255) = 34.28%

 BLUE value IS 254 (99.61% from 255) = 34.28%

R = 31.44%
G = 34.28%
B = 34.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E9FEFE (or 0xE9FEFE) is known color: Azure. HEX triplet: E9, FE and FE. RGB value is (233,254,254). Sum of RGB (Red+Green+Blue) = 233+254+254=741 (98% of max value = 765). Red value is 233 (91.41% from 255 or 31.44% from 741); Green value is 254 (99.61% from 255 or 34.28% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #E9FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FEFE is #160101. Grayscale: #F7F7F7. Windows color (decimal): -1442050 or 16711401. OLE color: 16711401.

HSL color Cylindrical-coordinate representation of color #E9FEFE: hue angle of 180º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9FEFE is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 233 254 254 -
CMYK 0.08 0 0 0.00
HSL 180º 0.91% 0.95% -
HSV(B) 180º 0.08% 1% -
XYZ 86.94 95.36 107.59 -
YUV 247.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 233 254 254 0.08 0 0 0.00 180 0.91 0.95
Hex E9 FE FE 8 0 0 0 B4 5B 5F
Octal 351 376 376 10 0 0 0 264 133 137
Binary 11101001 11111110 11111110 1000 0 0 0 10110100 1011011 1011111

Color Harmonies of #E9FEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9FEFE

Black with #E9FEFE

Text Example


Text Example

White with #E9FEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9FEFE; }

 p { color: rgb(233,254,254); }

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

background-color css

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

 a { background-color: rgb(233,254,254); }

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

border-color css

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

 span { border-color: rgb(233,254,254); }

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