Html Css Color HEX #A8E7EE Blizzard Blue

📋 copy color: '#A8E7EE'

red 168 ◦ green 231 ◦ blue 238

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

Shades of Blizzard Blue #A8E7EE

Tints of Blizzard Blue #A8E7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.36%

R = 26.37%
G = 36.26%
B = 37.36%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8E7EE (or 0xA8E7EE) is known color: Blizzard Blue. HEX triplet: A8, E7 and EE. RGB value is (168,231,238). Sum of RGB (Red+Green+Blue) = 168+231+238=637 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.37% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8E7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8E7EE is #571811. Grayscale: #D4D4D4. Windows color (decimal): -5707794 or 15656872. OLE color: 15656872.

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

Color convert

RGB 168 231 238 -
CMYK 0.29 0.03 0 0.07
HSL 186º 0.67% 0.8% -
HSV(B) 186º 0.29% 0.93% -
XYZ 60.16 71.65 91.55 -
YUV 212.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 168 231 238 0.29 0.03 0 0.07 186 0.67 0.8
Hex A8 E7 EE 1D 3 0 7 BA 43 50
Octal 250 347 356 35 3 0 7 272 103 120
Binary 10101000 11100111 11101110 11101 11 0 111 10111010 1000011 1010000

Color Harmonies of #A8E7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E7EE

Black with #A8E7EE

Text Example


Text Example

White with #A8E7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E7EE; }

 p { color: rgb(168,231,238); }

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

background-color css

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

 a { background-color: rgb(168,231,238); }

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

border-color css

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

 span { border-color: rgb(168,231,238); }

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