Html Css Color HEX #A8EEFE Blizzard Blue

📋 copy color: '#A8EEFE'

red 168 ◦ green 238 ◦ blue 254

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

Shades of Blizzard Blue #A8EEFE

Tints of Blizzard Blue #A8EEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.06%

 BLUE value IS 254 (99.61% from 255) = 38.48%

R = 25.45%
G = 36.06%
B = 38.48%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A8EEFE (or 0xA8EEFE) is known color: Blizzard Blue. HEX triplet: A8, EE and FE. RGB value is (168,238,254). Sum of RGB (Red+Green+Blue) = 168+238+254=660 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.45% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEFE is #571101. Grayscale: #DADADA. Windows color (decimal): -5705986 or 16707240. OLE color: 16707240.

HSL color Cylindrical-coordinate representation of color #A8EEFE: hue angle of 191.16º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8EEFE is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 238 254 -
CMYK 0.34 0.06 0 0.00
HSL 191.16º 0.98% 0.83% -
HSV(B) 191.16º 0.34% 1% -
XYZ 64.61 76.63 105.15 -
YUV 218.89 147.81 91.7 -
System Red Green Blue C M Y K H S L
Decimal 168 238 254 0.34 0.06 0 0.00 191.16 0.98 0.83
Hex A8 EE FE 22 6 0 0 BF 62 53
Octal 250 356 376 42 6 0 0 277 142 123
Binary 10101000 11101110 11111110 100010 110 0 0 10111111 1100010 1010011

Color Harmonies of #A8EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EEFE

Black with #A8EEFE

Text Example


Text Example

White with #A8EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EEFE; }

 p { color: rgb(168,238,254); }

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

background-color css

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

 a { background-color: rgb(168,238,254); }

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

border-color css

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

 span { border-color: rgb(168,238,254); }

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