Html Css Color HEX #A6F0FE Blizzard Blue

📋 copy color: '#A6F0FE'

red 166 ◦ green 240 ◦ blue 254

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

Shades of Blizzard Blue #A6F0FE

Tints of Blizzard Blue #A6F0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.48%

R = 25.15%
G = 36.36%
B = 38.48%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A6F0FE (or 0xA6F0FE) is known color: Blizzard Blue. HEX triplet: A6, F0 and FE. RGB value is (166,240,254). Sum of RGB (Red+Green+Blue) = 166+240+254=660 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.15% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F0FE is #590F01. Grayscale: #DBDBDB. Windows color (decimal): -5836546 or 16707750. OLE color: 16707750.

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

Color convert

RGB 166 240 254 -
CMYK 0.35 0.06 0 0.00
HSL 189.55º 0.98% 0.82% -
HSV(B) 189.55º 0.35% 1% -
XYZ 64.78 77.58 105.33 -
YUV 219.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 166 240 254 0.35 0.06 0 0.00 189.55 0.98 0.82
Hex A6 F0 FE 23 6 0 0 BE 62 52
Octal 246 360 376 43 6 0 0 276 142 122
Binary 10100110 11110000 11111110 100011 110 0 0 10111110 1100010 1010010

Color Harmonies of #A6F0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F0FE

Black with #A6F0FE

Text Example


Text Example

White with #A6F0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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