Html Css Color HEX #ECF9FA Azure

📋 copy color: '#ECF9FA'

red 236 ◦ green 249 ◦ blue 250

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

Shades of Azure #ECF9FA

Tints of Azure #ECF9FA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 33.88%

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

R = 32.11%
G = 33.88%
B = 34.01%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECF9FA (or 0xECF9FA) is known color: Azure. HEX triplet: EC, F9 and FA. RGB value is (236,249,250). Sum of RGB (Red+Green+Blue) = 236+249+250=735 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.11% from 735); Green value is 249 (97.66% from 255 or 33.88% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF9FA is #130605. Grayscale: #F5F5F5. Windows color (decimal): -1246726 or 16447980. OLE color: 16447980.

HSL color Cylindrical-coordinate representation of color #ECF9FA: hue angle of 184.29º degrees, saturation: 0.58, 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 #ECF9FA is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 249 250 -
CMYK 0.06 0.00 0 0.02
HSL 184.29º 0.58% 0.95% -
HSV(B) 184.29º 0.06% 0.98% -
XYZ 85.72 92.49 103.78 -
YUV 245.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 236 249 250 0.06 0.00 0 0.02 184.29 0.58 0.95
Hex EC F9 FA 6 0 0 2 B8 3A 5F
Octal 354 371 372 6 0 0 2 270 72 137
Binary 11101100 11111001 11111010 110 0 0 10 10111000 111010 1011111

Color Harmonies of #ECF9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF9FA

Black with #ECF9FA

Text Example


Text Example

White with #ECF9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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