Html Css Color HEX #A6E1EC Blizzard Blue

📋 copy color: '#A6E1EC'

red 166 ◦ green 225 ◦ blue 236

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

Shades of Blizzard Blue #A6E1EC

Tints of Blizzard Blue #A6E1EC

RGB

 RED value IS 166 (65.23% from 255) = 26.48%

 GREEN value IS 225 (88.28% from 255) = 35.89%

 BLUE value IS 236 (92.58% from 255) = 37.64%

R = 26.48%
G = 35.89%
B = 37.64%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6E1EC (or 0xA6E1EC) is known color: Blizzard Blue. HEX triplet: A6, E1 and EC. RGB value is (166,225,236). Sum of RGB (Red+Green+Blue) = 166+225+236=627 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.48% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6E1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E1EC is #591E13. Grayscale: #D0D0D0. Windows color (decimal): -5840404 or 15524262. OLE color: 15524262.

HSL color Cylindrical-coordinate representation of color #A6E1EC: hue angle of 189.43º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6E1EC is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 225 236 -
CMYK 0.30 0.05 0 0.07
HSL 189.43º 0.65% 0.79% -
HSV(B) 189.43º 0.3% 0.93% -
XYZ 57.79 68.01 89.44 -
YUV 208.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 166 225 236 0.30 0.05 0 0.07 189.43 0.65 0.79
Hex A6 E1 EC 1E 5 0 7 BD 41 4F
Octal 246 341 354 36 5 0 7 275 101 117
Binary 10100110 11100001 11101100 11110 101 0 111 10111101 1000001 1001111

Color Harmonies of #A6E1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E1EC

Black with #A6E1EC

Text Example


Text Example

White with #A6E1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E1EC; }

 p { color: rgb(166,225,236); }

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

background-color css

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

 a { background-color: rgb(166,225,236); }

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

border-color css

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

 span { border-color: rgb(166,225,236); }

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