Html Css Color HEX #A0ECFC Blizzard Blue

📋 copy color: '#A0ECFC'

red 160 ◦ green 236 ◦ blue 252

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

Shades of Blizzard Blue #A0ECFC

Tints of Blizzard Blue #A0ECFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.89%

R = 24.69%
G = 36.42%
B = 38.89%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A0ECFC (or 0xA0ECFC) is known color: Blizzard Blue. HEX triplet: A0, EC and FC. RGB value is (160,236,252). Sum of RGB (Red+Green+Blue) = 160+236+252=648 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.69% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECFC is #5F1303. Grayscale: #D6D6D6. Windows color (decimal): -6230788 or 16575648. OLE color: 16575648.

HSL color Cylindrical-coordinate representation of color #A0ECFC: hue angle of 190.43º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0ECFC is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 236 252 -
CMYK 0.37 0.06 0 0.01
HSL 190.43º 0.94% 0.81% -
HSV(B) 190.43º 0.37% 0.99% -
XYZ 62.06 74.49 103.2 -
YUV 215.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 160 236 252 0.37 0.06 0 0.01 190.43 0.94 0.81
Hex A0 EC FC 25 6 0 1 BE 5E 51
Octal 240 354 374 45 6 0 1 276 136 121
Binary 10100000 11101100 11111100 100101 110 0 1 10111110 1011110 1010001

Color Harmonies of #A0ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECFC

Black with #A0ECFC

Text Example


Text Example

White with #A0ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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