Html Css Color HEX #A8ECF6 Blizzard Blue

📋 copy color: '#A8ECF6'

red 168 ◦ green 236 ◦ blue 246

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

Shades of Blizzard Blue #A8ECF6

Tints of Blizzard Blue #A8ECF6

RGB

 RED value IS 168 (66.02% from 255) = 25.85%

 GREEN value IS 236 (92.58% from 255) = 36.31%

 BLUE value IS 246 (96.48% from 255) = 37.85%

R = 25.85%
G = 36.31%
B = 37.85%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A8ECF6 (or 0xA8ECF6) is known color: Blizzard Blue. HEX triplet: A8, EC and F6. RGB value is (168,236,246). Sum of RGB (Red+Green+Blue) = 168+236+246=650 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.85% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #A8ECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8ECF6 is #571309. Grayscale: #D8D8D8. Windows color (decimal): -5706506 or 16182440. OLE color: 16182440.

HSL color Cylindrical-coordinate representation of color #A8ECF6: hue angle of 187.69º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8ECF6 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 236 246 -
CMYK 0.32 0.04 0 0.04
HSL 187.69º 0.81% 0.81% -
HSV(B) 187.69º 0.32% 0.96% -
XYZ 62.78 74.97 98.35 -
YUV 216.81 144.47 93.19 -
System Red Green Blue C M Y K H S L
Decimal 168 236 246 0.32 0.04 0 0.04 187.69 0.81 0.81
Hex A8 EC F6 20 4 0 4 BC 51 51
Octal 250 354 366 40 4 0 4 274 121 121
Binary 10101000 11101100 11110110 100000 100 0 100 10111100 1010001 1010001

Color Harmonies of #A8ECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ECF6

Black with #A8ECF6

Text Example


Text Example

White with #A8ECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ECF6; }

 p { color: rgb(168,236,246); }

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

background-color css

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

 a { background-color: rgb(168,236,246); }

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

border-color css

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

 span { border-color: rgb(168,236,246); }

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