Html Css Color HEX #A6F0FF Blizzard Blue

📋 copy color: '#A6F0FF'

red 166 ◦ green 240 ◦ blue 255

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

Shades of Blizzard Blue #A6F0FF

Tints of Blizzard Blue #A6F0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.31%

 BLUE value IS 255 (100% from 255) = 38.58%

R = 25.11%
G = 36.31%
B = 38.58%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6F0FF (or 0xA6F0FF) is known color: Blizzard Blue. HEX triplet: A6, F0 and FF. RGB value is (166,240,255). Sum of RGB (Red+Green+Blue) = 166+240+255=661 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.11% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F0FF is #590F00. Grayscale: #DBDBDB. Windows color (decimal): -5836545 or 16773286. OLE color: 16773286.

HSL color Cylindrical-coordinate representation of color #A6F0FF: hue angle of 190.11º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6F0FF is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 240 255 -
CMYK 0.35 0.06 0 0
HSL 190.11º 1% 0.83% -
HSV(B) 190.11º 0.35% 1% -
XYZ 64.94 77.65 106.17 -
YUV 219.58 147.98 89.78 -
System Red Green Blue C M Y K H S L
Decimal 166 240 255 0.35 0.06 0 0 190.11 1 0.83
Hex A6 F0 FF 23 6 0 0 BE 64 53
Octal 246 360 377 43 6 0 0 276 144 123
Binary 10100110 11110000 11111111 100011 110 0 0 10111110 1100100 1010011

Color Harmonies of #A6F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F0FF

Black with #A6F0FF

Text Example


Text Example

White with #A6F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F0FF; }

 p { color: rgb(166,240,255); }

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

background-color css

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

 a { background-color: rgb(166,240,255); }

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

border-color css

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

 span { border-color: rgb(166,240,255); }

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