Html Css Color HEX #A6EFFE Blizzard Blue

📋 copy color: '#A6EFFE'

red 166 ◦ green 239 ◦ blue 254

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

Shades of Blizzard Blue #A6EFFE

Tints of Blizzard Blue #A6EFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.27%

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

R = 25.19%
G = 36.27%
B = 38.54%

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

#A6EFFE (or 0xA6EFFE) is known color: Blizzard Blue. HEX triplet: A6, EF and FE. RGB value is (166,239,254). Sum of RGB (Red+Green+Blue) = 166+239+254=659 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.19% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EFFE is #591001. Grayscale: #DADADA. Windows color (decimal): -5836802 or 16707494. OLE color: 16707494.

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

Color convert

RGB 166 239 254 -
CMYK 0.35 0.06 0 0.00
HSL 190.23º 0.98% 0.82% -
HSV(B) 190.23º 0.35% 1% -
XYZ 64.48 77 105.23 -
YUV 218.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 166 239 254 0.35 0.06 0 0.00 190.23 0.98 0.82
Hex A6 EF FE 23 6 0 0 BE 62 52
Octal 246 357 376 43 6 0 0 276 142 122
Binary 10100110 11101111 11111110 100011 110 0 0 10111110 1100010 1010010

Color Harmonies of #A6EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EFFE

Black with #A6EFFE

Text Example


Text Example

White with #A6EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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