Html Css Color HEX #E9FFFC Azure

📋 copy color: '#E9FFFC'

red 233 ◦ green 255 ◦ blue 252

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

Shades of Azure #E9FFFC

Tints of Azure #E9FFFC

RGB

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

 GREEN value IS 255 (100% from 255) = 34.46%

 BLUE value IS 252 (98.83% from 255) = 34.05%

R = 31.49%
G = 34.46%
B = 34.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#E9FFFC (or 0xE9FFFC) is known color: Azure. HEX triplet: E9, FF and FC. RGB value is (233,255,252). Sum of RGB (Red+Green+Blue) = 233+255+252=740 (98% of max value = 765). Red value is 233 (91.41% from 255 or 31.49% from 740); Green value is 255 (100% from 255 or 34.46% from 740); Blue value is 252 (98.83% from 255 or 34.05% from 740); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FFFC is #160003. Grayscale: #F8F8F8. Windows color (decimal): -1441796 or 16580585. OLE color: 16580585.

HSL color Cylindrical-coordinate representation of color #E9FFFC: hue angle of 171.82º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9FFFC is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 233 255 252 -
CMYK 0.09 0 0.01 0
HSL 171.82º 1% 0.96% -
HSV(B) 171.82º 0.09% 1% -
XYZ 86.93 95.87 106.02 -
YUV 248.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 233 255 252 0.09 0 0.01 0 171.82 1 0.96
Hex E9 FF FC 9 0 1 0 AC 64 60
Octal 351 377 374 11 0 1 0 254 144 140
Binary 11101001 11111111 11111100 1001 0 1 0 10101100 1100100 1100000

Color Harmonies of #E9FFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9FFFC

Black with #E9FFFC

Text Example


Text Example

White with #E9FFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9FFFC; }

 p { color: rgb(233,255,252); }

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

background-color css

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

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

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

border-color css

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

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

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