Html Css Color HEX #ECF7FA Azure

📋 copy color: '#ECF7FA'

red 236 ◦ green 247 ◦ blue 250

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

Shades of Azure #ECF7FA

Tints of Azure #ECF7FA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 33.7%

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

R = 32.2%
G = 33.7%
B = 34.11%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECF7FA (or 0xECF7FA) is known color: Azure. HEX triplet: EC, F7 and FA. RGB value is (236,247,250). Sum of RGB (Red+Green+Blue) = 236+247+250=733 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.20% from 733); Green value is 247 (96.88% from 255 or 33.70% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECF7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF7FA is #130805. Grayscale: #F4F4F4. Windows color (decimal): -1247238 or 16447468. OLE color: 16447468.

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

Color convert

RGB 236 247 250 -
CMYK 0.06 0.01 0 0.02
HSL 192.86º 0.58% 0.95% -
HSV(B) 192.86º 0.06% 0.98% -
XYZ 85.11 91.26 103.57 -
YUV 244.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 236 247 250 0.06 0.01 0 0.02 192.86 0.58 0.95
Hex EC F7 FA 6 1 0 2 C1 3A 5F
Octal 354 367 372 6 1 0 2 301 72 137
Binary 11101100 11110111 11111010 110 1 0 10 11000001 111010 1011111

Color Harmonies of #ECF7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF7FA

Black with #ECF7FA

Text Example


Text Example

White with #ECF7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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