Html Css Color HEX #A8E1EC Blizzard Blue

📋 copy color: '#A8E1EC'

red 168 ◦ green 225 ◦ blue 236

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

Shades of Blizzard Blue #A8E1EC

Tints of Blizzard Blue #A8E1EC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.77%

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

R = 26.71%
G = 35.77%
B = 37.52%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8E1EC (or 0xA8E1EC) is known color: Blizzard Blue. HEX triplet: A8, E1 and EC. RGB value is (168,225,236). Sum of RGB (Red+Green+Blue) = 168+225+236=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8E1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E1EC is #571E13. Grayscale: #D1D1D1. Windows color (decimal): -5709332 or 15524264. OLE color: 15524264.

HSL color Cylindrical-coordinate representation of color #A8E1EC: hue angle of 189.71º 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 #A8E1EC is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 225 236 -
CMYK 0.29 0.05 0 0.07
HSL 189.71º 0.64% 0.79% -
HSV(B) 189.71º 0.29% 0.93% -
XYZ 58.21 68.23 89.46 -
YUV 209.21 143.12 98.61 -
System Red Green Blue C M Y K H S L
Decimal 168 225 236 0.29 0.05 0 0.07 189.71 0.64 0.79
Hex A8 E1 EC 1D 5 0 7 BE 40 4F
Octal 250 341 354 35 5 0 7 276 100 117
Binary 10101000 11100001 11101100 11101 101 0 111 10111110 1000000 1001111

Color Harmonies of #A8E1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E1EC

Black with #A8E1EC

Text Example


Text Example

White with #A8E1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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