Html Css Color HEX #A8EFFC Blizzard Blue

📋 copy color: '#A8EFFC'

red 168 ◦ green 239 ◦ blue 252

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

Shades of Blizzard Blue #A8EFFC

Tints of Blizzard Blue #A8EFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.24%

R = 25.49%
G = 36.27%
B = 38.24%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8EFFC (or 0xA8EFFC) is known color: Blizzard Blue. HEX triplet: A8, EF and FC. RGB value is (168,239,252). Sum of RGB (Red+Green+Blue) = 168+239+252=659 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.49% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8EFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EFFC is #571003. Grayscale: #DBDBDB. Windows color (decimal): -5705732 or 16576424. OLE color: 16576424.

HSL color Cylindrical-coordinate representation of color #A8EFFC: hue angle of 189.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8EFFC is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 239 252 -
CMYK 0.33 0.05 0 0.01
HSL 189.29º 0.93% 0.82% -
HSV(B) 189.29º 0.33% 0.99% -
XYZ 64.59 77.09 103.57 -
YUV 219.25 146.48 91.44 -
System Red Green Blue C M Y K H S L
Decimal 168 239 252 0.33 0.05 0 0.01 189.29 0.93 0.82
Hex A8 EF FC 21 5 0 1 BD 5D 52
Octal 250 357 374 41 5 0 1 275 135 122
Binary 10101000 11101111 11111100 100001 101 0 1 10111101 1011101 1010010

Color Harmonies of #A8EFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EFFC

Black with #A8EFFC

Text Example


Text Example

White with #A8EFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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