Html Css Color HEX #ECFAFA Azure

📋 copy color: '#ECFAFA'

red 236 ◦ green 250 ◦ blue 250

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

Shades of Azure #ECFAFA

Tints of Azure #ECFAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 33.97%

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

R = 32.07%
G = 33.97%
B = 33.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECFAFA (or 0xECFAFA) is known color: Azure. HEX triplet: EC, FA and FA. RGB value is (236,250,250). Sum of RGB (Red+Green+Blue) = 236+250+250=736 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.07% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #ECFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAFA is #130505. Grayscale: #F5F5F5. Windows color (decimal): -1246470 or 16448236. OLE color: 16448236.

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

Color convert

RGB 236 250 250 -
CMYK 0.06 0 0 0.02
HSL 180º 0.58% 0.95% -
HSV(B) 180º 0.06% 0.98% -
XYZ 86.03 93.11 103.88 -
YUV 245.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 236 250 250 0.06 0 0 0.02 180 0.58 0.95
Hex EC FA FA 6 0 0 2 B4 3A 5F
Octal 354 372 372 6 0 0 2 264 72 137
Binary 11101100 11111010 11111010 110 0 0 10 10110100 111010 1011111

Color Harmonies of #ECFAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFAFA

Black with #ECFAFA

Text Example


Text Example

White with #ECFAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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