Html Css Color HEX #EAF8F9 Azure

📋 copy color: '#EAF8F9'

red 234 ◦ green 248 ◦ blue 249

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

Shades of Azure #EAF8F9

Tints of Azure #EAF8F9

RGB

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

 GREEN value IS 248 (97.27% from 255) = 33.93%

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

R = 32.01%
G = 33.93%
B = 34.06%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAF8F9 (or 0xEAF8F9) is known color: Azure. HEX triplet: EA, F8 and F9. RGB value is (234,248,249). Sum of RGB (Red+Green+Blue) = 234+248+249=731 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.01% from 731); Green value is 248 (97.27% from 255 or 33.93% from 731); Blue value is 249 (97.66% from 255 or 34.06% from 731); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAF8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8F9 is #150706. Grayscale: #F3F3F3. Windows color (decimal): -1378055 or 16382186. OLE color: 16382186.

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

Color convert

RGB 234 248 249 -
CMYK 0.06 0.00 0 0.02
HSL 184º 0.56% 0.95% -
HSV(B) 184º 0.06% 0.98% -
XYZ 84.6 91.47 102.82 -
YUV 243.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 234 248 249 0.06 0.00 0 0.02 184 0.56 0.95
Hex EA F8 F9 6 0 0 2 B8 38 5F
Octal 352 370 371 6 0 0 2 270 70 137
Binary 11101010 11111000 11111001 110 0 0 10 10111000 111000 1011111

Color Harmonies of #EAF8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF8F9

Black with #EAF8F9

Text Example


Text Example

White with #EAF8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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