Html Css Color HEX #ECFBF8 Azure

📋 copy color: '#ECFBF8'

red 236 ◦ green 251 ◦ blue 248

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

Shades of Azure #ECFBF8

Tints of Azure #ECFBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 33.74%

R = 32.11%
G = 34.15%
B = 33.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#ECFBF8 (or 0xECFBF8) is known color: Azure. HEX triplet: EC, FB and F8. RGB value is (236,251,248). Sum of RGB (Red+Green+Blue) = 236+251+248=735 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.11% from 735); Green value is 251 (98.44% from 255 or 34.15% from 735); Blue value is 248 (97.27% from 255 or 33.74% from 735); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFBF8 is #130407. Grayscale: #F6F6F6. Windows color (decimal): -1246216 or 16317420. OLE color: 16317420.

HSL color Cylindrical-coordinate representation of color #ECFBF8: hue angle of 168º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECFBF8 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 251 248 -
CMYK 0.06 0 0.01 0.02
HSL 168º 0.65% 0.95% -
HSV(B) 168º 0.06% 0.98% -
XYZ 86.03 93.6 102.34 -
YUV 246.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 236 251 248 0.06 0 0.01 0.02 168 0.65 0.95
Hex EC FB F8 6 0 1 2 A8 41 5F
Octal 354 373 370 6 0 1 2 250 101 137
Binary 11101100 11111011 11111000 110 0 1 10 10101000 1000001 1011111

Color Harmonies of #ECFBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFBF8

Black with #ECFBF8

Text Example


Text Example

White with #ECFBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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