Html Css Color HEX #EAF7F9 Azure

📋 copy color: '#EAF7F9'

red 234 ◦ green 247 ◦ blue 249

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

Shades of Azure #EAF7F9

Tints of Azure #EAF7F9

RGB

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

 GREEN value IS 247 (96.88% from 255) = 33.84%

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

R = 32.05%
G = 33.84%
B = 34.11%

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

#EAF7F9 (or 0xEAF7F9) is known color: Azure. HEX triplet: EA, F7 and F9. RGB value is (234,247,249). Sum of RGB (Red+Green+Blue) = 234+247+249=730 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.05% from 730); Green value is 247 (96.88% from 255 or 33.84% from 730); Blue value is 249 (97.66% from 255 or 34.11% from 730); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAF7F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF7F9 is #150806. Grayscale: #F3F3F3. Windows color (decimal): -1378311 or 16381930. OLE color: 16381930.

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

Color convert

RGB 234 247 249 -
CMYK 0.06 0.01 0 0.02
HSL 188º 0.56% 0.95% -
HSV(B) 188º 0.06% 0.98% -
XYZ 84.29 90.85 102.72 -
YUV 243.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 234 247 249 0.06 0.01 0 0.02 188 0.56 0.95
Hex EA F7 F9 6 1 0 2 BC 38 5F
Octal 352 367 371 6 1 0 2 274 70 137
Binary 11101010 11110111 11111001 110 1 0 10 10111100 111000 1011111

Color Harmonies of #EAF7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF7F9

Black with #EAF7F9

Text Example


Text Example

White with #EAF7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF7F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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