Html Css Color HEX #A6E8EF Blizzard Blue

📋 copy color: '#A6E8EF'

red 166 ◦ green 232 ◦ blue 239

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

Shades of Blizzard Blue #A6E8EF

Tints of Blizzard Blue #A6E8EF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.42%

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

R = 26.06%
G = 36.42%
B = 37.52%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A6E8EF (or 0xA6E8EF) is known color: Blizzard Blue. HEX triplet: A6, E8 and EF. RGB value is (166,232,239). Sum of RGB (Red+Green+Blue) = 166+232+239=637 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.06% from 637); Green value is 232 (91.02% from 255 or 36.42% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6E8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6E8EF is #591710. Grayscale: #D4D4D4. Windows color (decimal): -5838609 or 15722662. OLE color: 15722662.

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

Color convert

RGB 166 232 239 -
CMYK 0.31 0.03 0 0.06
HSL 185.75º 0.7% 0.79% -
HSV(B) 185.75º 0.31% 0.94% -
XYZ 60.16 72.05 92.4 -
YUV 213.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 166 232 239 0.31 0.03 0 0.06 185.75 0.7 0.79
Hex A6 E8 EF 1F 3 0 6 BA 46 4F
Octal 246 350 357 37 3 0 6 272 106 117
Binary 10100110 11101000 11101111 11111 11 0 110 10111010 1000110 1001111

Color Harmonies of #A6E8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E8EF

Black with #A6E8EF

Text Example


Text Example

White with #A6E8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E8EF; }

 p { color: rgb(166,232,239); }

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

background-color css

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

 a { background-color: rgb(166,232,239); }

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

border-color css

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

 span { border-color: rgb(166,232,239); }

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