Html Css Color HEX #EAF6F5 Azure

📋 copy color: '#EAF6F5'

red 234 ◦ green 246 ◦ blue 245

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

Shades of Azure #EAF6F5

Tints of Azure #EAF6F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 33.79%

R = 32.28%
G = 33.93%
B = 33.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#EAF6F5 (or 0xEAF6F5) is known color: Azure. HEX triplet: EA, F6 and F5. RGB value is (234,246,245). Sum of RGB (Red+Green+Blue) = 234+246+245=725 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.28% from 725); Green value is 246 (96.48% from 255 or 33.93% from 725); Blue value is 245 (96.09% from 255 or 33.79% from 725); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6F5 is #15090A. Grayscale: #F2F2F2. Windows color (decimal): -1378571 or 16119530. OLE color: 16119530.

HSL color Cylindrical-coordinate representation of color #EAF6F5: hue angle of 175º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAF6F5 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 246 245 -
CMYK 0.05 0 0.00 0.04
HSL 175º 0.4% 0.94% -
HSV(B) 175º 0.05% 0.96% -
XYZ 83.37 90 99.36 -
YUV 242.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 234 246 245 0.05 0 0.00 0.04 175 0.4 0.94
Hex EA F6 F5 5 0 0 4 AF 28 5E
Octal 352 366 365 5 0 0 4 257 50 136
Binary 11101010 11110110 11110101 101 0 0 100 10101111 101000 1011110

Color Harmonies of #EAF6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF6F5

Black with #EAF6F5

Text Example


Text Example

White with #EAF6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF6F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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