Html Css Color HEX #A6E8FC Blizzard Blue

📋 copy color: '#A6E8FC'

red 166 ◦ green 232 ◦ blue 252

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

Shades of Blizzard Blue #A6E8FC

Tints of Blizzard Blue #A6E8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.77%

R = 25.54%
G = 35.69%
B = 38.77%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6E8FC (or 0xA6E8FC) is known color: Blizzard Blue. HEX triplet: A6, E8 and FC. RGB value is (166,232,252). Sum of RGB (Red+Green+Blue) = 166+232+252=650 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.54% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6E8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6E8FC is #591703. Grayscale: #D6D6D6. Windows color (decimal): -5838596 or 16574630. OLE color: 16574630.

HSL color Cylindrical-coordinate representation of color #A6E8FC: hue angle of 193.95º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6E8FC is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 232 252 -
CMYK 0.34 0.08 0 0.01
HSL 193.95º 0.93% 0.82% -
HSV(B) 193.95º 0.34% 0.99% -
XYZ 62.15 72.85 102.88 -
YUV 214.55 149.13 93.37 -
System Red Green Blue C M Y K H S L
Decimal 166 232 252 0.34 0.08 0 0.01 193.95 0.93 0.82
Hex A6 E8 FC 22 8 0 1 C2 5D 52
Octal 246 350 374 42 10 0 1 302 135 122
Binary 10100110 11101000 11111100 100010 1000 0 1 11000010 1011101 1010010

Color Harmonies of #A6E8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E8FC

Black with #A6E8FC

Text Example


Text Example

White with #A6E8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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