Html Css Color HEX #EAF6F9 Azure

📋 copy color: '#EAF6F9'

red 234 ◦ green 246 ◦ blue 249

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

Shades of Azure #EAF6F9

Tints of Azure #EAF6F9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 33.74%

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

R = 32.1%
G = 33.74%
B = 34.16%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAF6F9 (or 0xEAF6F9) is known color: Azure. HEX triplet: EA, F6 and F9. RGB value is (234,246,249). Sum of RGB (Red+Green+Blue) = 234+246+249=729 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.10% from 729); Green value is 246 (96.48% from 255 or 33.74% from 729); Blue value is 249 (97.66% from 255 or 34.16% from 729); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAF6F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6F9 is #150906. Grayscale: #F2F2F2. Windows color (decimal): -1378567 or 16381674. OLE color: 16381674.

HSL color Cylindrical-coordinate representation of color #EAF6F9: hue angle of 192º degrees, saturation: 0.56, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF6F9 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 246 249 -
CMYK 0.06 0.01 0 0.02
HSL 192º 0.56% 0.95% -
HSV(B) 192º 0.06% 0.98% -
XYZ 83.99 90.24 102.61 -
YUV 242.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 234 246 249 0.06 0.01 0 0.02 192 0.56 0.95
Hex EA F6 F9 6 1 0 2 C0 38 5F
Octal 352 366 371 6 1 0 2 300 70 137
Binary 11101010 11110110 11111001 110 1 0 10 11000000 111000 1011111

Color Harmonies of #EAF6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF6F9

Black with #EAF6F9

Text Example


Text Example

White with #EAF6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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