Html Css Color HEX #A6E2EA Blizzard Blue

📋 copy color: '#A6E2EA'

red 166 ◦ green 226 ◦ blue 234

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

Shades of Blizzard Blue #A6E2EA

Tints of Blizzard Blue #A6E2EA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.1%

 BLUE value IS 234 (91.8% from 255) = 37.38%

R = 26.52%
G = 36.1%
B = 37.38%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A6E2EA (or 0xA6E2EA) is known color: Blizzard Blue. HEX triplet: A6, E2 and EA. RGB value is (166,226,234). Sum of RGB (Red+Green+Blue) = 166+226+234=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 226 (88.67% from 255 or 36.10% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6E2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E2EA is #591D15. Grayscale: #D0D0D0. Windows color (decimal): -5840150 or 15393446. OLE color: 15393446.

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

Color convert

RGB 166 226 234 -
CMYK 0.29 0.03 0 0.08
HSL 187.06º 0.62% 0.78% -
HSV(B) 187.06º 0.29% 0.92% -
XYZ 57.77 68.44 88.01 -
YUV 208.97 142.12 97.35 -
System Red Green Blue C M Y K H S L
Decimal 166 226 234 0.29 0.03 0 0.08 187.06 0.62 0.78
Hex A6 E2 EA 1D 3 0 8 BB 3E 4E
Octal 246 342 352 35 3 0 10 273 76 116
Binary 10100110 11100010 11101010 11101 11 0 1000 10111011 111110 1001110

Color Harmonies of #A6E2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E2EA

Black with #A6E2EA

Text Example


Text Example

White with #A6E2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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