Html Css Color HEX #A8E8EC Blizzard Blue

📋 copy color: '#A8E8EC'

red 168 ◦ green 232 ◦ blue 236

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

Shades of Blizzard Blue #A8E8EC

Tints of Blizzard Blue #A8E8EC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.48%

 BLUE value IS 236 (92.58% from 255) = 37.11%

R = 26.42%
G = 36.48%
B = 37.11%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8E8EC (or 0xA8E8EC) is known color: Blizzard Blue. HEX triplet: A8, E8 and EC. RGB value is (168,232,236). Sum of RGB (Red+Green+Blue) = 168+232+236=636 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.42% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8E8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8E8EC is #571713. Grayscale: #D5D5D5. Windows color (decimal): -5707540 or 15526056. OLE color: 15526056.

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

Color convert

RGB 168 232 236 -
CMYK 0.29 0.02 0 0.07
HSL 183.53º 0.64% 0.79% -
HSV(B) 183.53º 0.29% 0.93% -
XYZ 60.15 72.09 90.1 -
YUV 213.32 140.8 95.67 -
System Red Green Blue C M Y K H S L
Decimal 168 232 236 0.29 0.02 0 0.07 183.53 0.64 0.79
Hex A8 E8 EC 1D 2 0 7 B8 40 4F
Octal 250 350 354 35 2 0 7 270 100 117
Binary 10101000 11101000 11101100 11101 10 0 111 10111000 1000000 1001111

Color Harmonies of #A8E8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E8EC

Black with #A8E8EC

Text Example


Text Example

White with #A8E8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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