Html Css Color HEX #ECF6F5 Azure

📋 copy color: '#ECF6F5'

red 236 ◦ green 246 ◦ blue 245

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

Shades of Azure #ECF6F5

Tints of Azure #ECF6F5

RGB

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

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

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

R = 32.46%
G = 33.84%
B = 33.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#ECF6F5 (or 0xECF6F5) is known color: Azure. HEX triplet: EC, F6 and F5. RGB value is (236,246,245). Sum of RGB (Red+Green+Blue) = 236+246+245=727 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.46% from 727); Green value is 246 (96.48% from 255 or 33.84% from 727); Blue value is 245 (96.09% from 255 or 33.70% from 727); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF6F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF6F5 is #13090A. Grayscale: #F2F2F2. Windows color (decimal): -1247499 or 16119532. OLE color: 16119532.

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

Color convert

RGB 236 246 245 -
CMYK 0.04 0 0.00 0.04
HSL 174º 0.36% 0.95% -
HSV(B) 174º 0.04% 0.96% -
XYZ 84.03 90.34 99.39 -
YUV 242.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 236 246 245 0.04 0 0.00 0.04 174 0.36 0.95
Hex EC F6 F5 4 0 0 4 AE 24 5F
Octal 354 366 365 4 0 0 4 256 44 137
Binary 11101100 11110110 11110101 100 0 0 100 10101110 100100 1011111

Color Harmonies of #ECF6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF6F5

Black with #ECF6F5

Text Example


Text Example

White with #ECF6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF6F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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