Html Css Color HEX #A6E7EC Blizzard Blue

📋 copy color: '#A6E7EC'

red 166 ◦ green 231 ◦ blue 236

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

Shades of Blizzard Blue #A6E7EC

Tints of Blizzard Blue #A6E7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.49%

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

R = 26.22%
G = 36.49%
B = 37.28%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6E7EC (or 0xA6E7EC) is known color: Blizzard Blue. HEX triplet: A6, E7 and EC. RGB value is (166,231,236). Sum of RGB (Red+Green+Blue) = 166+231+236=633 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.22% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6E7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6E7EC is #591813. Grayscale: #D4D4D4. Windows color (decimal): -5838868 or 15525798. OLE color: 15525798.

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

Color convert

RGB 166 231 236 -
CMYK 0.30 0.02 0 0.07
HSL 184.29º 0.65% 0.79% -
HSV(B) 184.29º 0.3% 0.93% -
XYZ 59.44 71.31 89.99 -
YUV 212.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 166 231 236 0.30 0.02 0 0.07 184.29 0.65 0.79
Hex A6 E7 EC 1E 2 0 7 B8 41 4F
Octal 246 347 354 36 2 0 7 270 101 117
Binary 10100110 11100111 11101100 11110 10 0 111 10111000 1000001 1001111

Color Harmonies of #A6E7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E7EC

Black with #A6E7EC

Text Example


Text Example

White with #A6E7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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