Html Css Color HEX #AADFEF Blizzard Blue

📋 copy color: '#AADFEF'

red 170 ◦ green 223 ◦ blue 239

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

Shades of Blizzard Blue #AADFEF

Tints of Blizzard Blue #AADFEF

RGB

 RED value IS 170 (66.8% from 255) = 26.9%

 GREEN value IS 223 (87.5% from 255) = 35.28%

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

R = 26.9%
G = 35.28%
B = 37.82%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AADFEF (or 0xAADFEF) is known color: Blizzard Blue. HEX triplet: AA, DF and EF. RGB value is (170,223,239). Sum of RGB (Red+Green+Blue) = 170+223+239=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #AADFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFEF is #552010. Grayscale: #D0D0D0. Windows color (decimal): -5578769 or 15720362. OLE color: 15720362.

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

Color convert

RGB 170 223 239 -
CMYK 0.29 0.07 0 0.06
HSL 193.91º 0.68% 0.8% -
HSV(B) 193.91º 0.29% 0.94% -
XYZ 58.55 67.55 91.61 -
YUV 208.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 170 223 239 0.29 0.07 0 0.06 193.91 0.68 0.8
Hex AA DF EF 1D 7 0 6 C2 44 50
Octal 252 337 357 35 7 0 6 302 104 120
Binary 10101010 11011111 11101111 11101 111 0 110 11000010 1000100 1010000

Color Harmonies of #AADFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFEF

Black with #AADFEF

Text Example


Text Example

White with #AADFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFEF; }

 p { color: rgb(170,223,239); }

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

background-color css

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

 a { background-color: rgb(170,223,239); }

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

border-color css

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

 span { border-color: rgb(170,223,239); }

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