Html Css Color HEX #A6F1FE Blizzard Blue

📋 copy color: '#A6F1FE'

red 166 ◦ green 241 ◦ blue 254

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

Shades of Blizzard Blue #A6F1FE

Tints of Blizzard Blue #A6F1FE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.46%

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

R = 25.11%
G = 36.46%
B = 38.43%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A6F1FE (or 0xA6F1FE) is known color: Blizzard Blue. HEX triplet: A6, F1 and FE. RGB value is (166,241,254). Sum of RGB (Red+Green+Blue) = 166+241+254=661 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.11% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6F1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F1FE is #590E01. Grayscale: #DBDBDB. Windows color (decimal): -5836290 or 16708006. OLE color: 16708006.

HSL color Cylindrical-coordinate representation of color #A6F1FE: hue angle of 188.86º 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 #A6F1FE is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 241 254 -
CMYK 0.35 0.05 0 0.00
HSL 188.86º 0.98% 0.82% -
HSV(B) 188.86º 0.35% 1% -
XYZ 65.07 78.17 105.43 -
YUV 220.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 166 241 254 0.35 0.05 0 0.00 188.86 0.98 0.82
Hex A6 F1 FE 23 5 0 0 BD 62 52
Octal 246 361 376 43 5 0 0 275 142 122
Binary 10100110 11110001 11111110 100011 101 0 0 10111101 1100010 1010010

Color Harmonies of #A6F1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F1FE

Black with #A6F1FE

Text Example


Text Example

White with #A6F1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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