Html Css Color HEX #A8EAFA Blizzard Blue

📋 copy color: '#A8EAFA'

red 168 ◦ green 234 ◦ blue 250

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

Shades of Blizzard Blue #A8EAFA

Tints of Blizzard Blue #A8EAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.89%

 BLUE value IS 250 (98.05% from 255) = 38.34%

R = 25.77%
G = 35.89%
B = 38.34%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8EAFA (or 0xA8EAFA) is known color: Blizzard Blue. HEX triplet: A8, EA and FA. RGB value is (168,234,250). Sum of RGB (Red+Green+Blue) = 168+234+250=652 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.77% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAFA is #571505. Grayscale: #D7D7D7. Windows color (decimal): -5707014 or 16444072. OLE color: 16444072.

HSL color Cylindrical-coordinate representation of color #A8EAFA: hue angle of 191.71º degrees, saturation: 0.89, 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 #A8EAFA is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 234 250 -
CMYK 0.33 0.06 0 0.02
HSL 191.71º 0.89% 0.82% -
HSV(B) 191.71º 0.33% 0.98% -
XYZ 62.83 74.07 101.43 -
YUV 216.09 147.13 93.7 -
System Red Green Blue C M Y K H S L
Decimal 168 234 250 0.33 0.06 0 0.02 191.71 0.89 0.82
Hex A8 EA FA 21 6 0 2 C0 59 52
Octal 250 352 372 41 6 0 2 300 131 122
Binary 10101000 11101010 11111010 100001 110 0 10 11000000 1011001 1010010

Color Harmonies of #A8EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAFA

Black with #A8EAFA

Text Example


Text Example

White with #A8EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAFA; }

 p { color: rgb(168,234,250); }

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

background-color css

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

 a { background-color: rgb(168,234,250); }

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

border-color css

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

 span { border-color: rgb(168,234,250); }

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