Html Css Color HEX #A0ECFD Blizzard Blue

📋 copy color: '#A0ECFD'

red 160 ◦ green 236 ◦ blue 253

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

Shades of Blizzard Blue #A0ECFD

Tints of Blizzard Blue #A0ECFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.98%

R = 24.65%
G = 36.36%
B = 38.98%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A0ECFD (or 0xA0ECFD) is known color: Blizzard Blue. HEX triplet: A0, EC and FD. RGB value is (160,236,253). Sum of RGB (Red+Green+Blue) = 160+236+253=649 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.65% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECFD is #5F1302. Grayscale: #D7D7D7. Windows color (decimal): -6230787 or 16641184. OLE color: 16641184.

HSL color Cylindrical-coordinate representation of color #A0ECFD: hue angle of 190.97º degrees, saturation: 0.96, 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 #A0ECFD is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 236 253 -
CMYK 0.37 0.07 0 0.01
HSL 190.97º 0.96% 0.81% -
HSV(B) 190.97º 0.37% 0.99% -
XYZ 62.22 74.56 104.04 -
YUV 215.21 149.32 88.62 -
System Red Green Blue C M Y K H S L
Decimal 160 236 253 0.37 0.07 0 0.01 190.97 0.96 0.81
Hex A0 EC FD 25 7 0 1 BF 60 51
Octal 240 354 375 45 7 0 1 277 140 121
Binary 10100000 11101100 11111101 100101 111 0 1 10111111 1100000 1010001

Color Harmonies of #A0ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECFD

Black with #A0ECFD

Text Example


Text Example

White with #A0ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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