Html Css Color HEX #A8DEEE Blizzard Blue

📋 copy color: '#A8DEEE'

red 168 ◦ green 222 ◦ blue 238

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

Shades of Blizzard Blue #A8DEEE

Tints of Blizzard Blue #A8DEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.35%

 BLUE value IS 238 (93.36% from 255) = 37.9%

R = 26.75%
G = 35.35%
B = 37.9%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8DEEE (or 0xA8DEEE) is known color: Blizzard Blue. HEX triplet: A8, DE and EE. RGB value is (168,222,238). Sum of RGB (Red+Green+Blue) = 168+222+238=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8DEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DEEE is #572111. Grayscale: #CFCFCF. Windows color (decimal): -5710098 or 15654568. OLE color: 15654568.

HSL color Cylindrical-coordinate representation of color #A8DEEE: hue angle of 193.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8DEEE is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 222 238 -
CMYK 0.29 0.07 0 0.07
HSL 193.71º 0.67% 0.8% -
HSV(B) 193.71º 0.29% 0.93% -
XYZ 57.7 66.74 90.73 -
YUV 207.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 168 222 238 0.29 0.07 0 0.07 193.71 0.67 0.8
Hex A8 DE EE 1D 7 0 7 C2 43 50
Octal 250 336 356 35 7 0 7 302 103 120
Binary 10101000 11011110 11101110 11101 111 0 111 11000010 1000011 1010000

Color Harmonies of #A8DEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DEEE

Black with #A8DEEE

Text Example


Text Example

White with #A8DEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DEEE; }

 p { color: rgb(168,222,238); }

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

background-color css

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

 a { background-color: rgb(168,222,238); }

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

border-color css

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

 span { border-color: rgb(168,222,238); }

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