Html Css Color HEX #E9FDFE Azure

📋 copy color: '#E9FDFE'

red 233 ◦ green 253 ◦ blue 254

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

Shades of Azure #E9FDFE

Tints of Azure #E9FDFE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.19%

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

R = 31.49%
G = 34.19%
B = 34.32%

CMYK

 C value IS 0.08

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E9FDFE (or 0xE9FDFE) is known color: Azure. HEX triplet: E9, FD and FE. RGB value is (233,253,254). Sum of RGB (Red+Green+Blue) = 233+253+254=740 (98% of max value = 765). Red value is 233 (91.41% from 255 or 31.49% from 740); Green value is 253 (99.22% from 255 or 34.19% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9FDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FDFE is #160201. Grayscale: #F7F7F7. Windows color (decimal): -1442306 or 16711145. OLE color: 16711145.

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

Color convert

RGB 233 253 254 -
CMYK 0.08 0.00 0 0.00
HSL 182.86º 0.91% 0.95% -
HSV(B) 182.86º 0.08% 1% -
XYZ 86.62 94.73 107.49 -
YUV 247.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 233 253 254 0.08 0.00 0 0.00 182.86 0.91 0.95
Hex E9 FD FE 8 0 0 0 B7 5B 5F
Octal 351 375 376 10 0 0 0 267 133 137
Binary 11101001 11111101 11111110 1000 0 0 0 10110111 1011011 1011111

Color Harmonies of #E9FDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9FDFE

Black with #E9FDFE

Text Example


Text Example

White with #E9FDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9FDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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