Html Css Color HEX #ECFBFF Azure

📋 copy color: '#ECFBFF'

red 236 ◦ green 251 ◦ blue 255

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

Shades of Azure #ECFBFF

Tints of Azure #ECFBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 33.83%

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

R = 31.81%
G = 33.83%
B = 34.37%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ECFBFF (or 0xECFBFF) is known color: Azure. HEX triplet: EC, FB and FF. RGB value is (236,251,255). Sum of RGB (Red+Green+Blue) = 236+251+255=742 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.81% from 742); Green value is 251 (98.44% from 255 or 33.83% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECFBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFBFF is #130400. Grayscale: #F6F6F6. Windows color (decimal): -1246209 or 16776172. OLE color: 16776172.

HSL color Cylindrical-coordinate representation of color #ECFBFF: hue angle of 192.63º 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 #ECFBFF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 236 251 255 -
CMYK 0.07 0.02 0 0
HSL 192.63º 1% 0.96% -
HSV(B) 192.63º 0.07% 1% -
XYZ 87.14 94.05 108.17 -
YUV 246.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 236 251 255 0.07 0.02 0 0 192.63 1 0.96
Hex EC FB FF 7 2 0 0 C1 64 60
Octal 354 373 377 7 2 0 0 301 144 140
Binary 11101100 11111011 11111111 111 10 0 0 11000001 1100100 1100000

Color Harmonies of #ECFBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFBFF

Black with #ECFBFF

Text Example


Text Example

White with #ECFBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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