Html Css Color HEX #A8EAF1 Blizzard Blue

📋 copy color: '#A8EAF1'

red 168 ◦ green 234 ◦ blue 241

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

Shades of Blizzard Blue #A8EAF1

Tints of Blizzard Blue #A8EAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.48%

R = 26.13%
G = 36.39%
B = 37.48%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A8EAF1 (or 0xA8EAF1) is known color: Blizzard Blue. HEX triplet: A8, EA and F1. RGB value is (168,234,241). Sum of RGB (Red+Green+Blue) = 168+234+241=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #A8EAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAF1 is #57150E. Grayscale: #D6D6D6. Windows color (decimal): -5707023 or 15854248. OLE color: 15854248.

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

Color convert

RGB 168 234 241 -
CMYK 0.30 0.03 0 0.05
HSL 185.75º 0.72% 0.8% -
HSV(B) 185.75º 0.3% 0.95% -
XYZ 61.45 73.52 94.17 -
YUV 215.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 168 234 241 0.30 0.03 0 0.05 185.75 0.72 0.8
Hex A8 EA F1 1E 3 0 5 BA 48 50
Octal 250 352 361 36 3 0 5 272 110 120
Binary 10101000 11101010 11110001 11110 11 0 101 10111010 1001000 1010000

Color Harmonies of #A8EAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAF1

Black with #A8EAF1

Text Example


Text Example

White with #A8EAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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