Html Css Color HEX #ECFDFA Azure

📋 copy color: '#ECFDFA'

red 236 ◦ green 253 ◦ blue 250

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

Shades of Azure #ECFDFA

Tints of Azure #ECFDFA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.24%

 BLUE value IS 250 (98.05% from 255) = 33.83%

R = 31.94%
G = 34.24%
B = 33.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#ECFDFA (or 0xECFDFA) is known color: Azure. HEX triplet: EC, FD and FA. RGB value is (236,253,250). Sum of RGB (Red+Green+Blue) = 236+253+250=739 (97% of max value = 765). Red value is 236 (92.58% from 255 or 31.94% from 739); Green value is 253 (99.22% from 255 or 34.24% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFDFA is #130205. Grayscale: #F7F7F7. Windows color (decimal): -1245702 or 16449004. OLE color: 16449004.

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

Color convert

RGB 236 253 250 -
CMYK 0.07 0 0.01 0.01
HSL 169.41º 0.81% 0.96% -
HSV(B) 169.41º 0.07% 0.99% -
XYZ 86.97 94.99 104.19 -
YUV 247.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 236 253 250 0.07 0 0.01 0.01 169.41 0.81 0.96
Hex EC FD FA 7 0 1 1 A9 51 60
Octal 354 375 372 7 0 1 1 251 121 140
Binary 11101100 11111101 11111010 111 0 1 1 10101001 1010001 1100000

Color Harmonies of #ECFDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFDFA

Black with #ECFDFA

Text Example


Text Example

White with #ECFDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFDFA; }

 p { color: rgb(236,253,250); }

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

background-color css

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

 a { background-color: rgb(236,253,250); }

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

border-color css

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

 span { border-color: rgb(236,253,250); }

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