Html Css Color HEX #A6E7EF Blizzard Blue

📋 copy color: '#A6E7EF'

red 166 ◦ green 231 ◦ blue 239

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

Shades of Blizzard Blue #A6E7EF

Tints of Blizzard Blue #A6E7EF

RGB

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

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

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

R = 26.1%
G = 36.32%
B = 37.58%

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

#A6E7EF (or 0xA6E7EF) is known color: Blizzard Blue. HEX triplet: A6, E7 and EF. RGB value is (166,231,239). Sum of RGB (Red+Green+Blue) = 166+231+239=636 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.10% from 636); Green value is 231 (90.62% from 255 or 36.32% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6E7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6E7EF is #591810. Grayscale: #D4D4D4. Windows color (decimal): -5838865 or 15722406. OLE color: 15722406.

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

Color convert

RGB 166 231 239 -
CMYK 0.31 0.03 0 0.06
HSL 186.58º 0.7% 0.79% -
HSV(B) 186.58º 0.31% 0.94% -
XYZ 59.88 71.49 92.3 -
YUV 212.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 166 231 239 0.31 0.03 0 0.06 186.58 0.7 0.79
Hex A6 E7 EF 1F 3 0 6 BB 46 4F
Octal 246 347 357 37 3 0 6 273 106 117
Binary 10100110 11100111 11101111 11111 11 0 110 10111011 1000110 1001111

Color Harmonies of #A6E7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E7EF

Black with #A6E7EF

Text Example


Text Example

White with #A6E7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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