Html Css Color HEX #A0EBEF Blizzard Blue

📋 copy color: '#A0EBEF'

red 160 ◦ green 235 ◦ blue 239

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

Shades of Blizzard Blue #A0EBEF

Tints of Blizzard Blue #A0EBEF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.07%

 BLUE value IS 239 (93.75% from 255) = 37.7%

R = 25.24%
G = 37.07%
B = 37.7%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A0EBEF (or 0xA0EBEF) is known color: Blizzard Blue. HEX triplet: A0, EB and EF. RGB value is (160,235,239). Sum of RGB (Red+Green+Blue) = 160+235+239=634 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.24% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0EBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EBEF is #5F1410. Grayscale: #D4D4D4. Windows color (decimal): -6231057 or 15723424. OLE color: 15723424.

HSL color Cylindrical-coordinate representation of color #A0EBEF: hue angle of 183.04º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EBEF is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 235 239 -
CMYK 0.33 0.02 0 0.06
HSL 183.04º 0.71% 0.78% -
HSV(B) 183.04º 0.33% 0.94% -
XYZ 59.79 73.12 92.62 -
YUV 213.03 142.65 90.17 -
System Red Green Blue C M Y K H S L
Decimal 160 235 239 0.33 0.02 0 0.06 183.04 0.71 0.78
Hex A0 EB EF 21 2 0 6 B7 47 4E
Octal 240 353 357 41 2 0 6 267 107 116
Binary 10100000 11101011 11101111 100001 10 0 110 10110111 1000111 1001110

Color Harmonies of #A0EBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBEF

Black with #A0EBEF

Text Example


Text Example

White with #A0EBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBEF; }

 p { color: rgb(160,235,239); }

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

background-color css

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

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

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

border-color css

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

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

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