Html Css Color HEX #ECF9F9 Azure

📋 copy color: '#ECF9F9'

red 236 ◦ green 249 ◦ blue 249

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

Shades of Azure #ECF9F9

Tints of Azure #ECF9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 33.92%

R = 32.15%
G = 33.92%
B = 33.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECF9F9 (or 0xECF9F9) is known color: Azure. HEX triplet: EC, F9 and F9. RGB value is (236,249,249). Sum of RGB (Red+Green+Blue) = 236+249+249=734 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.15% from 734); Green value is 249 (97.66% from 255 or 33.92% from 734); Blue value is 249 (97.66% from 255 or 33.92% from 734); Max value from RGB is 249 - color contains mainly: green, blue. Hex color #ECF9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF9F9 is #130606. Grayscale: #F5F5F5. Windows color (decimal): -1246727 or 16382444. OLE color: 16382444.

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

Color convert

RGB 236 249 249 -
CMYK 0.05 0 0 0.02
HSL 180º 0.52% 0.95% -
HSV(B) 180º 0.05% 0.98% -
XYZ 85.57 92.42 102.95 -
YUV 245.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 236 249 249 0.05 0 0 0.02 180 0.52 0.95
Hex EC F9 F9 5 0 0 2 B4 34 5F
Octal 354 371 371 5 0 0 2 264 64 137
Binary 11101100 11111001 11111001 101 0 0 10 10110100 110100 1011111

Color Harmonies of #ECF9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF9F9

Black with #ECF9F9

Text Example


Text Example

White with #ECF9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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