Html Css Color HEX #A6E5EF Blizzard Blue

📋 copy color: '#A6E5EF'

red 166 ◦ green 229 ◦ blue 239

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

Shades of Blizzard Blue #A6E5EF

Tints of Blizzard Blue #A6E5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.12%

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

R = 26.18%
G = 36.12%
B = 37.7%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A6E5EF (or 0xA6E5EF) is known color: Blizzard Blue. HEX triplet: A6, E5 and EF. RGB value is (166,229,239). Sum of RGB (Red+Green+Blue) = 166+229+239=634 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.18% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6E5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E5EF is #591A10. Grayscale: #D3D3D3. Windows color (decimal): -5839377 or 15721894. OLE color: 15721894.

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

Color convert

RGB 166 229 239 -
CMYK 0.31 0.04 0 0.06
HSL 188.22º 0.7% 0.79% -
HSV(B) 188.22º 0.31% 0.94% -
XYZ 59.33 70.38 92.12 -
YUV 211.3 143.63 95.69 -
System Red Green Blue C M Y K H S L
Decimal 166 229 239 0.31 0.04 0 0.06 188.22 0.7 0.79
Hex A6 E5 EF 1F 4 0 6 BC 46 4F
Octal 246 345 357 37 4 0 6 274 106 117
Binary 10100110 11100101 11101111 11111 100 0 110 10111100 1000110 1001111

Color Harmonies of #A6E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E5EF

Black with #A6E5EF

Text Example


Text Example

White with #A6E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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