Html Css Color HEX #ECFAF7 Azure

📋 copy color: '#ECFAF7'

red 236 ◦ green 250 ◦ blue 247

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

Shades of Azure #ECFAF7

Tints of Azure #ECFAF7

RGB

 RED value IS 236 (92.58% from 255) = 32.2%

 GREEN value IS 250 (98.05% from 255) = 34.11%

 BLUE value IS 247 (96.88% from 255) = 33.7%

R = 32.2%
G = 34.11%
B = 33.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#ECFAF7 (or 0xECFAF7) is known color: Azure. HEX triplet: EC, FA and F7. RGB value is (236,250,247). Sum of RGB (Red+Green+Blue) = 236+250+247=733 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.20% from 733); Green value is 250 (98.05% from 255 or 34.11% from 733); Blue value is 247 (96.88% from 255 or 33.70% from 733); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAF7 is #130508. Grayscale: #F5F5F5. Windows color (decimal): -1246473 or 16251628. OLE color: 16251628.

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

Color convert

RGB 236 250 247 -
CMYK 0.06 0 0.01 0.02
HSL 167.14º 0.58% 0.95% -
HSV(B) 167.14º 0.06% 0.98% -
XYZ 85.57 92.92 101.42 -
YUV 245.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 236 250 247 0.06 0 0.01 0.02 167.14 0.58 0.95
Hex EC FA F7 6 0 1 2 A7 3A 5F
Octal 354 372 367 6 0 1 2 247 72 137
Binary 11101100 11111010 11110111 110 0 1 10 10100111 111010 1011111

Color Harmonies of #ECFAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFAF7

Black with #ECFAF7

Text Example


Text Example

White with #ECFAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFAF7; }

 p { color: rgb(236,250,247); }

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

background-color css

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

 a { background-color: rgb(236,250,247); }

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

border-color css

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

 span { border-color: rgb(236,250,247); }

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