Html Css Color HEX #A0ECEC Blizzard Blue

📋 copy color: '#A0ECEC'

red 160 ◦ green 236 ◦ blue 236

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

Shades of Blizzard Blue #A0ECEC

Tints of Blizzard Blue #A0ECEC

RGB

 RED value IS 160 (62.89% from 255) = 25.32%

 GREEN value IS 236 (92.58% from 255) = 37.34%

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 25.32%
G = 37.34%
B = 37.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0ECEC (or 0xA0ECEC) is known color: Blizzard Blue. HEX triplet: A0, EC and EC. RGB value is (160,236,236). Sum of RGB (Red+Green+Blue) = 160+236+236=632 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.32% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #A0ECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECEC is #5F1313. Grayscale: #D5D5D5. Windows color (decimal): -6230804 or 15527072. OLE color: 15527072.

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

Color convert

RGB 160 236 236 -
CMYK 0.32 0 0 0.07
HSL 180º 0.67% 0.78% -
HSV(B) 180º 0.32% 0.93% -
XYZ 59.63 73.52 90.4 -
YUV 213.28 140.82 90 -
System Red Green Blue C M Y K H S L
Decimal 160 236 236 0.32 0 0 0.07 180 0.67 0.78
Hex A0 EC EC 20 0 0 7 B4 43 4E
Octal 240 354 354 40 0 0 7 264 103 116
Binary 10100000 11101100 11101100 100000 0 0 111 10110100 1000011 1001110

Color Harmonies of #A0ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECEC

Black with #A0ECEC

Text Example


Text Example

White with #A0ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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