Html Css Color HEX #ECFBFC Azure

📋 copy color: '#ECFBFC'

red 236 ◦ green 251 ◦ blue 252

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

Shades of Azure #ECFBFC

Tints of Azure #ECFBFC

RGB

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

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

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

R = 31.94%
G = 33.96%
B = 34.1%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ECFBFC (or 0xECFBFC) is known color: Azure. HEX triplet: EC, FB and FC. RGB value is (236,251,252). Sum of RGB (Red+Green+Blue) = 236+251+252=739 (97% of max value = 765). Red value is 236 (92.58% from 255 or 31.94% from 739); Green value is 251 (98.44% from 255 or 33.96% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFBFC is #130403. Grayscale: #F6F6F6. Windows color (decimal): -1246212 or 16579564. OLE color: 16579564.

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

Color convert

RGB 236 251 252 -
CMYK 0.06 0.00 0 0.01
HSL 183.75º 0.73% 0.96% -
HSV(B) 183.75º 0.06% 0.99% -
XYZ 86.66 93.86 105.64 -
YUV 246.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 236 251 252 0.06 0.00 0 0.01 183.75 0.73 0.96
Hex EC FB FC 6 0 0 1 B8 49 60
Octal 354 373 374 6 0 0 1 270 111 140
Binary 11101100 11111011 11111100 110 0 0 1 10111000 1001001 1100000

Color Harmonies of #ECFBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFBFC

Black with #ECFBFC

Text Example


Text Example

White with #ECFBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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