Html Css Color HEX #A6EAEE Blizzard Blue

📋 copy color: '#A6EAEE'

red 166 ◦ green 234 ◦ blue 238

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

Shades of Blizzard Blue #A6EAEE

Tints of Blizzard Blue #A6EAEE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.68%

 BLUE value IS 238 (93.36% from 255) = 37.3%

R = 26.02%
G = 36.68%
B = 37.3%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6EAEE (or 0xA6EAEE) is known color: Blizzard Blue. HEX triplet: A6, EA and EE. RGB value is (166,234,238). Sum of RGB (Red+Green+Blue) = 166+234+238=638 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.02% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EAEE is #591511. Grayscale: #D6D6D6. Windows color (decimal): -5838098 or 15657638. OLE color: 15657638.

HSL color Cylindrical-coordinate representation of color #A6EAEE: hue angle of 183.33º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EAEE is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 234 238 -
CMYK 0.30 0.02 0 0.07
HSL 183.33º 0.68% 0.79% -
HSV(B) 183.33º 0.3% 0.93% -
XYZ 60.58 73.13 91.81 -
YUV 214.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 166 234 238 0.30 0.02 0 0.07 183.33 0.68 0.79
Hex A6 EA EE 1E 2 0 7 B7 44 4F
Octal 246 352 356 36 2 0 7 267 104 117
Binary 10100110 11101010 11101110 11110 10 0 111 10110111 1000100 1001111

Color Harmonies of #A6EAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EAEE

Black with #A6EAEE

Text Example


Text Example

White with #A6EAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EAEE; }

 p { color: rgb(166,234,238); }

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

background-color css

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

 a { background-color: rgb(166,234,238); }

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

border-color css

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

 span { border-color: rgb(166,234,238); }

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