Html Css Color HEX #ECFCFF Azure

📋 copy color: '#ECFCFF'

red 236 ◦ green 252 ◦ blue 255

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

Shades of Azure #ECFCFF

Tints of Azure #ECFCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 33.92%

 BLUE value IS 255 (100% from 255) = 34.32%

R = 31.76%
G = 33.92%
B = 34.32%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ECFCFF (or 0xECFCFF) is known color: Azure. HEX triplet: EC, FC and FF. RGB value is (236,252,255). Sum of RGB (Red+Green+Blue) = 236+252+255=743 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.76% from 743); Green value is 252 (98.83% from 255 or 33.92% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFCFF is #130300. Grayscale: #F7F7F7. Windows color (decimal): -1245953 or 16776428. OLE color: 16776428.

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

Color convert

RGB 236 252 255 -
CMYK 0.07 0.01 0 0
HSL 189.47º 1% 0.96% -
HSV(B) 189.47º 0.07% 1% -
XYZ 87.45 94.67 108.27 -
YUV 247.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 236 252 255 0.07 0.01 0 0 189.47 1 0.96
Hex EC FC FF 7 1 0 0 BD 64 60
Octal 354 374 377 7 1 0 0 275 144 140
Binary 11101100 11111100 11111111 111 1 0 0 10111101 1100100 1100000

Color Harmonies of #ECFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFCFF

Black with #ECFCFF

Text Example


Text Example

White with #ECFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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