Html Css Color HEX #A8EFFF Blizzard Blue

📋 copy color: '#A8EFFF'

red 168 ◦ green 239 ◦ blue 255

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

Shades of Blizzard Blue #A8EFFF

Tints of Blizzard Blue #A8EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.1%

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

R = 25.38%
G = 36.1%
B = 38.52%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A8EFFF (or 0xA8EFFF) is known color: Blizzard Blue. HEX triplet: A8, EF and FF. RGB value is (168,239,255). Sum of RGB (Red+Green+Blue) = 168+239+255=662 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.38% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EFFF is #571000. Grayscale: #DBDBDB. Windows color (decimal): -5705729 or 16773032. OLE color: 16773032.

HSL color Cylindrical-coordinate representation of color #A8EFFF: hue angle of 191.03º 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 #A8EFFF is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 239 255 -
CMYK 0.34 0.06 0 0
HSL 191.03º 1% 0.83% -
HSV(B) 191.03º 0.34% 1% -
XYZ 65.06 77.28 106.09 -
YUV 219.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 168 239 255 0.34 0.06 0 0 191.03 1 0.83
Hex A8 EF FF 22 6 0 0 BF 64 53
Octal 250 357 377 42 6 0 0 277 144 123
Binary 10101000 11101111 11111111 100010 110 0 0 10111111 1100100 1010011

Color Harmonies of #A8EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EFFF

Black with #A8EFFF

Text Example


Text Example

White with #A8EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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