Html Css Color HEX #A8E2EF Blizzard Blue

📋 copy color: '#A8E2EF'

red 168 ◦ green 226 ◦ blue 239

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

Shades of Blizzard Blue #A8E2EF

Tints of Blizzard Blue #A8E2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.7%

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

R = 26.54%
G = 35.7%
B = 37.76%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A8E2EF (or 0xA8E2EF) is known color: Blizzard Blue. HEX triplet: A8, E2 and EF. RGB value is (168,226,239). Sum of RGB (Red+Green+Blue) = 168+226+239=633 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.54% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8E2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E2EF is #571D10. Grayscale: #D2D2D2. Windows color (decimal): -5709073 or 15721128. OLE color: 15721128.

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

Color convert

RGB 168 226 239 -
CMYK 0.30 0.05 0 0.06
HSL 190.99º 0.69% 0.8% -
HSV(B) 190.99º 0.3% 0.94% -
XYZ 58.92 68.95 91.86 -
YUV 210.14 144.28 97.94 -
System Red Green Blue C M Y K H S L
Decimal 168 226 239 0.30 0.05 0 0.06 190.99 0.69 0.8
Hex A8 E2 EF 1E 5 0 6 BF 45 50
Octal 250 342 357 36 5 0 6 277 105 120
Binary 10101000 11100010 11101111 11110 101 0 110 10111111 1000101 1010000

Color Harmonies of #A8E2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E2EF

Black with #A8E2EF

Text Example


Text Example

White with #A8E2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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