Html Css Color HEX #A6E7F0 Blizzard Blue

📋 copy color: '#A6E7F0'

red 166 ◦ green 231 ◦ blue 240

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

Shades of Blizzard Blue #A6E7F0

Tints of Blizzard Blue #A6E7F0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.26%

 BLUE value IS 240 (94.14% from 255) = 37.68%

R = 26.06%
G = 36.26%
B = 37.68%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A6E7F0 (or 0xA6E7F0) is known color: Blizzard Blue. HEX triplet: A6, E7 and F0. RGB value is (166,231,240). Sum of RGB (Red+Green+Blue) = 166+231+240=637 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.06% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #A6E7F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6E7F0 is #59180F. Grayscale: #D4D4D4. Windows color (decimal): -5838864 or 15787942. OLE color: 15787942.

HSL color Cylindrical-coordinate representation of color #A6E7F0: hue angle of 187.3º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6E7F0 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 231 240 -
CMYK 0.31 0.04 0 0.06
HSL 187.3º 0.71% 0.8% -
HSV(B) 187.3º 0.31% 0.94% -
XYZ 60.03 71.55 93.08 -
YUV 212.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 166 231 240 0.31 0.04 0 0.06 187.3 0.71 0.8
Hex A6 E7 F0 1F 4 0 6 BB 47 50
Octal 246 347 360 37 4 0 6 273 107 120
Binary 10100110 11100111 11110000 11111 100 0 110 10111011 1000111 1010000

Color Harmonies of #A6E7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E7F0

Black with #A6E7F0

Text Example


Text Example

White with #A6E7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E7F0; }

 p { color: rgb(166,231,240); }

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

background-color css

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

 a { background-color: rgb(166,231,240); }

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

border-color css

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

 span { border-color: rgb(166,231,240); }

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