Html Css Color HEX #A2DEEF Blizzard Blue

📋 copy color: '#A2DEEF'

red 162 ◦ green 222 ◦ blue 239

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

Shades of Blizzard Blue #A2DEEF

Tints of Blizzard Blue #A2DEEF

RGB

 RED value IS 162 (63.67% from 255) = 26%

 GREEN value IS 222 (87.11% from 255) = 35.63%

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

R = 26%
G = 35.63%
B = 38.36%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A2DEEF (or 0xA2DEEF) is known color: Blizzard Blue. HEX triplet: A2, DE and EF. RGB value is (162,222,239). Sum of RGB (Red+Green+Blue) = 162+222+239=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2DEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DEEF is #5D2110. Grayscale: #CDCDCD. Windows color (decimal): -6103313 or 15720098. OLE color: 15720098.

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

Color convert

RGB 162 222 239 -
CMYK 0.32 0.07 0 0.06
HSL 193.25º 0.71% 0.79% -
HSV(B) 193.25º 0.32% 0.94% -
XYZ 56.6 66.16 91.45 -
YUV 206 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 162 222 239 0.32 0.07 0 0.06 193.25 0.71 0.79
Hex A2 DE EF 20 7 0 6 C1 47 4F
Octal 242 336 357 40 7 0 6 301 107 117
Binary 10100010 11011110 11101111 100000 111 0 110 11000001 1000111 1001111

Color Harmonies of #A2DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DEEF

Black with #A2DEEF

Text Example


Text Example

White with #A2DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DEEF; }

 p { color: rgb(162,222,239); }

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

background-color css

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

 a { background-color: rgb(162,222,239); }

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

border-color css

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

 span { border-color: rgb(162,222,239); }

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