Html Css Color HEX #A8EEFF Blizzard Blue

📋 copy color: '#A8EEFF'

red 168 ◦ green 238 ◦ blue 255

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

Shades of Blizzard Blue #A8EEFF

Tints of Blizzard Blue #A8EEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.58%

R = 25.42%
G = 36.01%
B = 38.58%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A8EEFF (or 0xA8EEFF) is known color: Blizzard Blue. HEX triplet: A8, EE and FF. RGB value is (168,238,255). Sum of RGB (Red+Green+Blue) = 168+238+255=661 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.42% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEFF is #571100. Grayscale: #DADADA. Windows color (decimal): -5705985 or 16772776. OLE color: 16772776.

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

Color convert

RGB 168 238 255 -
CMYK 0.34 0.07 0 0
HSL 191.72º 1% 0.83% -
HSV(B) 191.72º 0.34% 1% -
XYZ 64.77 76.69 106 -
YUV 219.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 168 238 255 0.34 0.07 0 0 191.72 1 0.83
Hex A8 EE FF 22 7 0 0 C0 64 53
Octal 250 356 377 42 7 0 0 300 144 123
Binary 10101000 11101110 11111111 100010 111 0 0 11000000 1100100 1010011

Color Harmonies of #A8EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EEFF

Black with #A8EEFF

Text Example


Text Example

White with #A8EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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