Html Css Color HEX #ECFEFC Azure

📋 copy color: '#ECFEFC'

red 236 ◦ green 254 ◦ blue 252

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

Shades of Azure #ECFEFC

Tints of Azure #ECFEFC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 34.23%

 BLUE value IS 252 (98.83% from 255) = 33.96%

R = 31.81%
G = 34.23%
B = 33.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#ECFEFC (or 0xECFEFC) is known color: Azure. HEX triplet: EC, FE and FC. RGB value is (236,254,252). Sum of RGB (Red+Green+Blue) = 236+254+252=742 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.81% from 742); Green value is 254 (99.61% from 255 or 34.23% from 742); Blue value is 252 (98.83% from 255 or 33.96% from 742); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFEFC is #130103. Grayscale: #F8F8F8. Windows color (decimal): -1245444 or 16580332. OLE color: 16580332.

HSL color Cylindrical-coordinate representation of color #ECFEFC: hue angle of 173.33º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECFEFC is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB 236 254 252 -
CMYK 0.07 0 0.01 0.00
HSL 173.33º 0.9% 0.96% -
HSV(B) 173.33º 0.07% 1% -
XYZ 87.6 95.74 105.96 -
YUV 248.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 236 254 252 0.07 0 0.01 0.00 173.33 0.9 0.96
Hex EC FE FC 7 0 1 0 AD 5A 60
Octal 354 376 374 7 0 1 0 255 132 140
Binary 11101100 11111110 11111100 111 0 1 0 10101101 1011010 1100000

Color Harmonies of #ECFEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFEFC

Black with #ECFEFC

Text Example


Text Example

White with #ECFEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFEFC; }

 p { color: rgb(236,254,252); }

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

background-color css

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

 a { background-color: rgb(236,254,252); }

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

border-color css

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

 span { border-color: rgb(236,254,252); }

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