Html Css Color HEX #A6E9FA Blizzard Blue

📋 copy color: '#A6E9FA'

red 166 ◦ green 233 ◦ blue 250

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

Shades of Blizzard Blue #A6E9FA

Tints of Blizzard Blue #A6E9FA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.9%

 BLUE value IS 250 (98.05% from 255) = 38.52%

R = 25.58%
G = 35.9%
B = 38.52%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A6E9FA (or 0xA6E9FA) is known color: Blizzard Blue. HEX triplet: A6, E9 and FA. RGB value is (166,233,250). Sum of RGB (Red+Green+Blue) = 166+233+250=649 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.58% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6E9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6E9FA is #591605. Grayscale: #D6D6D6. Windows color (decimal): -5838342 or 16443814. OLE color: 16443814.

HSL color Cylindrical-coordinate representation of color #A6E9FA: hue angle of 192.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6E9FA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 233 250 -
CMYK 0.34 0.07 0 0.02
HSL 192.14º 0.89% 0.82% -
HSV(B) 192.14º 0.34% 0.98% -
XYZ 62.12 73.29 101.31 -
YUV 214.91 147.8 93.12 -
System Red Green Blue C M Y K H S L
Decimal 166 233 250 0.34 0.07 0 0.02 192.14 0.89 0.82
Hex A6 E9 FA 22 7 0 2 C0 59 52
Octal 246 351 372 42 7 0 2 300 131 122
Binary 10100110 11101001 11111010 100010 111 0 10 11000000 1011001 1010010

Color Harmonies of #A6E9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E9FA

Black with #A6E9FA

Text Example


Text Example

White with #A6E9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E9FA; }

 p { color: rgb(166,233,250); }

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

background-color css

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

 a { background-color: rgb(166,233,250); }

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

border-color css

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

 span { border-color: rgb(166,233,250); }

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