Html Css Color HEX #EAFDF9 Azure

📋 copy color: '#EAFDF9'

red 234 ◦ green 253 ◦ blue 249

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

Shades of Azure #EAFDF9

Tints of Azure #EAFDF9

RGB

 RED value IS 234 (91.8% from 255) = 31.79%

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

 BLUE value IS 249 (97.66% from 255) = 33.83%

R = 31.79%
G = 34.38%
B = 33.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#EAFDF9 (or 0xEAFDF9) is known color: Azure. HEX triplet: EA, FD and F9. RGB value is (234,253,249). Sum of RGB (Red+Green+Blue) = 234+253+249=736 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.79% from 736); Green value is 253 (99.22% from 255 or 34.38% from 736); Blue value is 249 (97.66% from 255 or 33.83% from 736); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFDF9 is #150206. Grayscale: #F6F6F6. Windows color (decimal): -1376775 or 16383466. OLE color: 16383466.

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

Color convert

RGB 234 253 249 -
CMYK 0.08 0 0.02 0.01
HSL 167.37º 0.83% 0.95% -
HSV(B) 167.37º 0.08% 0.99% -
XYZ 86.16 94.58 103.34 -
YUV 246.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 234 253 249 0.08 0 0.02 0.01 167.37 0.83 0.95
Hex EA FD F9 8 0 2 1 A7 53 5F
Octal 352 375 371 10 0 2 1 247 123 137
Binary 11101010 11111101 11111001 1000 0 10 1 10100111 1010011 1011111

Color Harmonies of #EAFDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFDF9

Black with #EAFDF9

Text Example


Text Example

White with #EAFDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFDF9; }

 p { color: rgb(234,253,249); }

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

background-color css

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

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

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

border-color css

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

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

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