Html Css Color HEX #A6EDFF Blizzard Blue

📋 copy color: '#A6EDFF'

red 166 ◦ green 237 ◦ blue 255

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

Shades of Blizzard Blue #A6EDFF

Tints of Blizzard Blue #A6EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.02%

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

R = 25.23%
G = 36.02%
B = 38.75%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6EDFF (or 0xA6EDFF) is known color: Blizzard Blue. HEX triplet: A6, ED and FF. RGB value is (166,237,255). Sum of RGB (Red+Green+Blue) = 166+237+255=658 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.23% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EDFF is #591200. Grayscale: #D9D9D9. Windows color (decimal): -5837313 or 16772518. OLE color: 16772518.

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

Color convert

RGB 166 237 255 -
CMYK 0.35 0.07 0 0
HSL 192.13º 1% 0.83% -
HSV(B) 192.13º 0.35% 1% -
XYZ 64.06 75.9 105.88 -
YUV 217.82 148.98 91.04 -
System Red Green Blue C M Y K H S L
Decimal 166 237 255 0.35 0.07 0 0 192.13 1 0.83
Hex A6 ED FF 23 7 0 0 C0 64 53
Octal 246 355 377 43 7 0 0 300 144 123
Binary 10100110 11101101 11111111 100011 111 0 0 11000000 1100100 1010011

Color Harmonies of #A6EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EDFF

Black with #A6EDFF

Text Example


Text Example

White with #A6EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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