Html Css Color HEX #ECFFFF Azure

📋 copy color: '#ECFFFF'

red 236 ◦ green 255 ◦ blue 255

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

Shades of Azure #ECFFFF

Tints of Azure #ECFFFF

RGB

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

 GREEN value IS 255 (100% from 255) = 34.18%

 BLUE value IS 255 (100% from 255) = 34.18%

R = 31.64%
G = 34.18%
B = 34.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ECFFFF (or 0xECFFFF) is known color: Azure. HEX triplet: EC, FF and FF. RGB value is (236,255,255). Sum of RGB (Red+Green+Blue) = 236+255+255=746 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.64% from 746); Green value is 255 (100% from 255 or 34.18% from 746); Blue value is 255 (100% from 255 or 34.18% from 746); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #ECFFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFFFF is #130000. Grayscale: #F9F9F9. Windows color (decimal): -1245185 or 16777196. OLE color: 16777196.

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

Color convert

RGB 236 255 255 -
CMYK 0.07 0 0 0
HSL 180º 1% 0.96% -
HSV(B) 180º 0.07% 1% -
XYZ 88.4 96.57 108.59 -
YUV 249.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 236 255 255 0.07 0 0 0 180 1 0.96
Hex EC FF FF 7 0 0 0 B4 64 60
Octal 354 377 377 7 0 0 0 264 144 140
Binary 11101100 11111111 11111111 111 0 0 0 10110100 1100100 1100000

Color Harmonies of #ECFFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFFFF

Black with #ECFFFF

Text Example


Text Example

White with #ECFFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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