Html Css Color HEX #EAF9FD Azure

📋 copy color: '#EAF9FD'

red 234 ◦ green 249 ◦ blue 253

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

Shades of Azure #EAF9FD

Tints of Azure #EAF9FD

RGB

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

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

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

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

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 234 249 253 -
CMYK 0.08 0.02 0 0.01
HSL 192.63º 0.83% 0.95% -
HSV(B) 192.63º 0.08% 0.99% -
XYZ 85.54 92.34 106.24 -
YUV 244.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 234 249 253 0.08 0.02 0 0.01 192.63 0.83 0.95
Hex EA F9 FD 8 2 0 1 C1 53 5F
Octal 352 371 375 10 2 0 1 301 123 137
Binary 11101010 11111001 11111101 1000 10 0 1 11000001 1010011 1011111

Color Harmonies of #EAF9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF9FD

Black with #EAF9FD

Text Example


Text Example

White with #EAF9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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