Html Css Color HEX #A6E0EB Blizzard Blue

📋 copy color: '#A6E0EB'

red 166 ◦ green 224 ◦ blue 235

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

Shades of Blizzard Blue #A6E0EB

Tints of Blizzard Blue #A6E0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.84%

 BLUE value IS 235 (92.19% from 255) = 37.6%

R = 26.56%
G = 35.84%
B = 37.6%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A6E0EB (or 0xA6E0EB) is known color: Blizzard Blue. HEX triplet: A6, E0 and EB. RGB value is (166,224,235). Sum of RGB (Red+Green+Blue) = 166+224+235=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E0EB is #591F14. Grayscale: #CFCFCF. Windows color (decimal): -5840661 or 15458470. OLE color: 15458470.

HSL color Cylindrical-coordinate representation of color #A6E0EB: hue angle of 189.57º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6E0EB is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 224 235 -
CMYK 0.29 0.05 0 0.08
HSL 189.57º 0.63% 0.79% -
HSV(B) 189.57º 0.29% 0.92% -
XYZ 57.38 67.42 88.59 -
YUV 207.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 166 224 235 0.29 0.05 0 0.08 189.57 0.63 0.79
Hex A6 E0 EB 1D 5 0 8 BE 3F 4F
Octal 246 340 353 35 5 0 10 276 77 117
Binary 10100110 11100000 11101011 11101 101 0 1000 10111110 111111 1001111

Color Harmonies of #A6E0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E0EB

Black with #A6E0EB

Text Example


Text Example

White with #A6E0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E0EB; }

 p { color: rgb(166,224,235); }

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

background-color css

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

 a { background-color: rgb(166,224,235); }

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

border-color css

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

 span { border-color: rgb(166,224,235); }

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