Html Css Color HEX #A8EFFE Blizzard Blue

📋 copy color: '#A8EFFE'

red 168 ◦ green 239 ◦ blue 254

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

Shades of Blizzard Blue #A8EFFE

Tints of Blizzard Blue #A8EFFE

RGB

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

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

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

R = 25.42%
G = 36.16%
B = 38.43%

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

#A8EFFE (or 0xA8EFFE) is known color: Blizzard Blue. HEX triplet: A8, EF and FE. RGB value is (168,239,254). Sum of RGB (Red+Green+Blue) = 168+239+254=661 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.42% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EFFE is #571001. Grayscale: #DBDBDB. Windows color (decimal): -5705730 or 16707496. OLE color: 16707496.

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

Color convert

RGB 168 239 254 -
CMYK 0.34 0.06 0 0.00
HSL 190.47º 0.98% 0.83% -
HSV(B) 190.47º 0.34% 1% -
XYZ 64.9 77.21 105.25 -
YUV 219.48 147.48 91.28 -
System Red Green Blue C M Y K H S L
Decimal 168 239 254 0.34 0.06 0 0.00 190.47 0.98 0.83
Hex A8 EF FE 22 6 0 0 BE 62 53
Octal 250 357 376 42 6 0 0 276 142 123
Binary 10101000 11101111 11111110 100010 110 0 0 10111110 1100010 1010011

Color Harmonies of #A8EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EFFE

Black with #A8EFFE

Text Example


Text Example

White with #A8EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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