Html Css Color HEX #A8E5F9 Blizzard Blue

📋 copy color: '#A8E5F9'

red 168 ◦ green 229 ◦ blue 249

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

Shades of Blizzard Blue #A8E5F9

Tints of Blizzard Blue #A8E5F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.54%

R = 26.01%
G = 35.45%
B = 38.54%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8E5F9 (or 0xA8E5F9) is known color: Blizzard Blue. HEX triplet: A8, E5 and F9. RGB value is (168,229,249). Sum of RGB (Red+Green+Blue) = 168+229+249=646 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.01% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8E5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E5F9 is #571A06. Grayscale: #D4D4D4. Windows color (decimal): -5708295 or 16377256. OLE color: 16377256.

HSL color Cylindrical-coordinate representation of color #A8E5F9: hue angle of 194.81º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8E5F9 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 229 249 -
CMYK 0.33 0.08 0 0.02
HSL 194.81º 0.87% 0.82% -
HSV(B) 194.81º 0.33% 0.98% -
XYZ 61.27 71.2 100.14 -
YUV 213.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 168 229 249 0.33 0.08 0 0.02 194.81 0.87 0.82
Hex A8 E5 F9 21 8 0 2 C3 57 52
Octal 250 345 371 41 10 0 2 303 127 122
Binary 10101000 11100101 11111001 100001 1000 0 10 11000011 1010111 1010010

Color Harmonies of #A8E5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E5F9

Black with #A8E5F9

Text Example


Text Example

White with #A8E5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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