Html Css Color HEX #A8E5E9 Blizzard Blue

📋 copy color: '#A8E5E9'

red 168 ◦ green 229 ◦ blue 233

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

Shades of Blizzard Blue #A8E5E9

Tints of Blizzard Blue #A8E5E9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.35%

 BLUE value IS 233 (91.41% from 255) = 36.98%

R = 26.67%
G = 36.35%
B = 36.98%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A8E5E9 (or 0xA8E5E9) is known color: Blizzard Blue. HEX triplet: A8, E5 and E9. RGB value is (168,229,233). Sum of RGB (Red+Green+Blue) = 168+229+233=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 233 - color contains mainly: blue. Hex color #A8E5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E5E9 is #571A16. Grayscale: #D3D3D3. Windows color (decimal): -5708311 or 15328680. OLE color: 15328680.

HSL color Cylindrical-coordinate representation of color #A8E5E9: hue angle of 183.69º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8E5E9 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 229 233 -
CMYK 0.28 0.02 0 0.09
HSL 183.69º 0.6% 0.79% -
HSV(B) 183.69º 0.28% 0.91% -
XYZ 58.88 70.25 87.55 -
YUV 211.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 168 229 233 0.28 0.02 0 0.09 183.69 0.6 0.79
Hex A8 E5 E9 1C 2 0 9 B8 3C 4F
Octal 250 345 351 34 2 0 11 270 74 117
Binary 10101000 11100101 11101001 11100 10 0 1001 10111000 111100 1001111

Color Harmonies of #A8E5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E5E9

Black with #A8E5E9

Text Example


Text Example

White with #A8E5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E5E9; }

 p { color: rgb(168,229,233); }

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

background-color css

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

 a { background-color: rgb(168,229,233); }

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

border-color css

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

 span { border-color: rgb(168,229,233); }

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