Html Css Color HEX #A6EAEF Blizzard Blue

📋 copy color: '#A6EAEF'

red 166 ◦ green 234 ◦ blue 239

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

Shades of Blizzard Blue #A6EAEF

Tints of Blizzard Blue #A6EAEF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.62%

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

R = 25.98%
G = 36.62%
B = 37.4%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A6EAEF (or 0xA6EAEF) is known color: Blizzard Blue. HEX triplet: A6, EA and EF. RGB value is (166,234,239). Sum of RGB (Red+Green+Blue) = 166+234+239=639 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.98% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6EAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EAEF is #591510. Grayscale: #D6D6D6. Windows color (decimal): -5838097 or 15723174. OLE color: 15723174.

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

Color convert

RGB 166 234 239 -
CMYK 0.31 0.02 0 0.06
HSL 184.11º 0.7% 0.79% -
HSV(B) 184.11º 0.31% 0.94% -
XYZ 60.73 73.18 92.59 -
YUV 214.24 141.97 93.59 -
System Red Green Blue C M Y K H S L
Decimal 166 234 239 0.31 0.02 0 0.06 184.11 0.7 0.79
Hex A6 EA EF 1F 2 0 6 B8 46 4F
Octal 246 352 357 37 2 0 6 270 106 117
Binary 10100110 11101010 11101111 11111 10 0 110 10111000 1000110 1001111

Color Harmonies of #A6EAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EAEF

Black with #A6EAEF

Text Example


Text Example

White with #A6EAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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