Html Css Color HEX #A6E4EC Blizzard Blue

📋 copy color: '#A6E4EC'

red 166 ◦ green 228 ◦ blue 236

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

Shades of Blizzard Blue #A6E4EC

Tints of Blizzard Blue #A6E4EC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.19%

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

R = 26.35%
G = 36.19%
B = 37.46%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6E4EC (or 0xA6E4EC) is known color: Blizzard Blue. HEX triplet: A6, E4 and EC. RGB value is (166,228,236). Sum of RGB (Red+Green+Blue) = 166+228+236=630 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.35% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6E4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E4EC is #591B13. Grayscale: #D2D2D2. Windows color (decimal): -5839636 or 15525030. OLE color: 15525030.

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

Color convert

RGB 166 228 236 -
CMYK 0.30 0.03 0 0.07
HSL 186.86º 0.65% 0.79% -
HSV(B) 186.86º 0.3% 0.93% -
XYZ 58.61 69.65 89.71 -
YUV 210.37 142.46 96.35 -
System Red Green Blue C M Y K H S L
Decimal 166 228 236 0.30 0.03 0 0.07 186.86 0.65 0.79
Hex A6 E4 EC 1E 3 0 7 BB 41 4F
Octal 246 344 354 36 3 0 7 273 101 117
Binary 10100110 11100100 11101100 11110 11 0 111 10111011 1000001 1001111

Color Harmonies of #A6E4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E4EC

Black with #A6E4EC

Text Example


Text Example

White with #A6E4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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