Html Css Color HEX #ECF2F3 Azure

📋 copy color: '#ECF2F3'

red 236 ◦ green 242 ◦ blue 243

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

Shades of Azure #ECF2F3

Tints of Azure #ECF2F3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.56%

 BLUE value IS 243 (95.31% from 255) = 33.7%

R = 32.73%
G = 33.56%
B = 33.7%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ECF2F3 (or 0xECF2F3) is known color: Azure. HEX triplet: EC, F2 and F3. RGB value is (236,242,243). Sum of RGB (Red+Green+Blue) = 236+242+243=721 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.73% from 721); Green value is 242 (94.92% from 255 or 33.56% from 721); Blue value is 243 (95.31% from 255 or 33.70% from 721); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECF2F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2F3 is #130D0C. Grayscale: #F0F0F0. Windows color (decimal): -1248525 or 15987436. OLE color: 15987436.

HSL color Cylindrical-coordinate representation of color #ECF2F3: hue angle of 188.57º degrees, saturation: 0.23, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECF2F3 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 242 243 -
CMYK 0.03 0.00 0 0.05
HSL 188.57º 0.23% 0.94% -
HSV(B) 188.57º 0.03% 0.95% -
XYZ 82.52 87.81 97.39 -
YUV 240.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 236 242 243 0.03 0.00 0 0.05 188.57 0.23 0.94
Hex EC F2 F3 3 0 0 5 BD 17 5E
Octal 354 362 363 3 0 0 5 275 27 136
Binary 11101100 11110010 11110011 11 0 0 101 10111101 10111 1011110

Color Harmonies of #ECF2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF2F3

Black with #ECF2F3

Text Example


Text Example

White with #ECF2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF2F3; }

 p { color: rgb(236,242,243); }

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

background-color css

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

 a { background-color: rgb(236,242,243); }

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

border-color css

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

 span { border-color: rgb(236,242,243); }

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