Html Css Color HEX #A8E7EF Blizzard Blue

📋 copy color: '#A8E7EF'

red 168 ◦ green 231 ◦ blue 239

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

Shades of Blizzard Blue #A8E7EF

Tints of Blizzard Blue #A8E7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.46%

R = 26.33%
G = 36.21%
B = 37.46%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A8E7EF (or 0xA8E7EF) is known color: Blizzard Blue. HEX triplet: A8, E7 and EF. RGB value is (168,231,239). Sum of RGB (Red+Green+Blue) = 168+231+239=638 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.33% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8E7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8E7EF is #571810. Grayscale: #D4D4D4. Windows color (decimal): -5707793 or 15722408. OLE color: 15722408.

HSL color Cylindrical-coordinate representation of color #A8E7EF: hue angle of 186.76º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8E7EF is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 231 239 -
CMYK 0.30 0.03 0 0.06
HSL 186.76º 0.69% 0.8% -
HSV(B) 186.76º 0.3% 0.94% -
XYZ 60.3 71.71 92.32 -
YUV 213.08 142.63 95.85 -
System Red Green Blue C M Y K H S L
Decimal 168 231 239 0.30 0.03 0 0.06 186.76 0.69 0.8
Hex A8 E7 EF 1E 3 0 6 BB 45 50
Octal 250 347 357 36 3 0 6 273 105 120
Binary 10101000 11100111 11101111 11110 11 0 110 10111011 1000101 1010000

Color Harmonies of #A8E7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E7EF

Black with #A8E7EF

Text Example


Text Example

White with #A8E7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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