Html Css Color HEX #A2DFEF Blizzard Blue

📋 copy color: '#A2DFEF'

red 162 ◦ green 223 ◦ blue 239

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

Shades of Blizzard Blue #A2DFEF

Tints of Blizzard Blue #A2DFEF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.74%

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

R = 25.96%
G = 35.74%
B = 38.3%

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

#A2DFEF (or 0xA2DFEF) is known color: Blizzard Blue. HEX triplet: A2, DF and EF. RGB value is (162,223,239). Sum of RGB (Red+Green+Blue) = 162+223+239=624 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.96% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2DFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DFEF is #5D2010. Grayscale: #CECECE. Windows color (decimal): -6103057 or 15720354. OLE color: 15720354.

HSL color Cylindrical-coordinate representation of color #A2DFEF: hue angle of 192.47º 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 #A2DFEF is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 223 239 -
CMYK 0.32 0.07 0 0.06
HSL 192.47º 0.71% 0.79% -
HSV(B) 192.47º 0.32% 0.94% -
XYZ 56.87 66.69 91.54 -
YUV 206.59 146.29 96.2 -
System Red Green Blue C M Y K H S L
Decimal 162 223 239 0.32 0.07 0 0.06 192.47 0.71 0.79
Hex A2 DF EF 20 7 0 6 C0 47 4F
Octal 242 337 357 40 7 0 6 300 107 117
Binary 10100010 11011111 11101111 100000 111 0 110 11000000 1000111 1001111

Color Harmonies of #A2DFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DFEF

Black with #A2DFEF

Text Example


Text Example

White with #A2DFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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