Html Css Color HEX #A6EAFC Blizzard Blue

📋 copy color: '#A6EAFC'

red 166 ◦ green 234 ◦ blue 252

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

Shades of Blizzard Blue #A6EAFC

Tints of Blizzard Blue #A6EAFC

RGB

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

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

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

R = 25.46%
G = 35.89%
B = 38.65%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6EAFC (or 0xA6EAFC) is known color: Blizzard Blue. HEX triplet: A6, EA and FC. RGB value is (166,234,252). Sum of RGB (Red+Green+Blue) = 166+234+252=652 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.46% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6EAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EAFC is #591503. Grayscale: #D7D7D7. Windows color (decimal): -5838084 or 16575142. OLE color: 16575142.

HSL color Cylindrical-coordinate representation of color #A6EAFC: hue angle of 192.56º 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 #A6EAFC is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 234 252 -
CMYK 0.34 0.07 0 0.01
HSL 192.56º 0.93% 0.82% -
HSV(B) 192.56º 0.34% 0.99% -
XYZ 62.72 73.98 103.07 -
YUV 215.72 148.47 92.54 -
System Red Green Blue C M Y K H S L
Decimal 166 234 252 0.34 0.07 0 0.01 192.56 0.93 0.82
Hex A6 EA FC 22 7 0 1 C1 5D 52
Octal 246 352 374 42 7 0 1 301 135 122
Binary 10100110 11101010 11111100 100010 111 0 1 11000001 1011101 1010010

Color Harmonies of #A6EAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EAFC

Black with #A6EAFC

Text Example


Text Example

White with #A6EAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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