Html Css Color HEX #A8E0EF Blizzard Blue

📋 copy color: '#A8E0EF'

red 168 ◦ green 224 ◦ blue 239

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

Shades of Blizzard Blue #A8E0EF

Tints of Blizzard Blue #A8E0EF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.5%

 BLUE value IS 239 (93.75% from 255) = 37.88%

R = 26.62%
G = 35.5%
B = 37.88%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A8E0EF (or 0xA8E0EF) is known color: Blizzard Blue. HEX triplet: A8, E0 and EF. RGB value is (168,224,239). Sum of RGB (Red+Green+Blue) = 168+224+239=631 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.62% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8E0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E0EF is #571F10. Grayscale: #D0D0D0. Windows color (decimal): -5709585 or 15720616. OLE color: 15720616.

HSL color Cylindrical-coordinate representation of color #A8E0EF: hue angle of 192.68º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8E0EF is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 224 239 -
CMYK 0.30 0.06 0 0.06
HSL 192.68º 0.69% 0.8% -
HSV(B) 192.68º 0.3% 0.94% -
XYZ 58.38 67.87 91.68 -
YUV 208.97 144.95 98.78 -
System Red Green Blue C M Y K H S L
Decimal 168 224 239 0.30 0.06 0 0.06 192.68 0.69 0.8
Hex A8 E0 EF 1E 6 0 6 C1 45 50
Octal 250 340 357 36 6 0 6 301 105 120
Binary 10101000 11100000 11101111 11110 110 0 110 11000001 1000101 1010000

Color Harmonies of #A8E0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E0EF

Black with #A8E0EF

Text Example


Text Example

White with #A8E0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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