Html Css Color HEX #E9FDFD Azure

📋 copy color: '#E9FDFD'

red 233 ◦ green 253 ◦ blue 253

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

Shades of Azure #E9FDFD

Tints of Azure #E9FDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.24%

R = 31.53%
G = 34.24%
B = 34.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E9FDFD (or 0xE9FDFD) is known color: Azure. HEX triplet: E9, FD and FD. RGB value is (233,253,253). Sum of RGB (Red+Green+Blue) = 233+253+253=739 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.53% from 739); Green value is 253 (99.22% from 255 or 34.24% from 739); Blue value is 253 (99.22% from 255 or 34.24% from 739); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #E9FDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FDFD is #160202. Grayscale: #F6F6F6. Windows color (decimal): -1442307 or 16645609. OLE color: 16645609.

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

Color convert

RGB 233 253 253 -
CMYK 0.08 0 0 0.01
HSL 180º 0.83% 0.95% -
HSV(B) 180º 0.08% 0.99% -
XYZ 86.46 94.67 106.64 -
YUV 247.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 233 253 253 0.08 0 0 0.01 180 0.83 0.95
Hex E9 FD FD 8 0 0 1 B4 53 5F
Octal 351 375 375 10 0 0 1 264 123 137
Binary 11101001 11111101 11111101 1000 0 0 1 10110100 1010011 1011111

Color Harmonies of #E9FDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9FDFD

Black with #E9FDFD

Text Example


Text Example

White with #E9FDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9FDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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