Html Css Color HEX #AAD9FF Columbia Blue

📋 copy color: '#AAD9FF'

red 170 ◦ green 217 ◦ blue 255

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

Shades of Columbia Blue #AAD9FF

Tints of Columbia Blue #AAD9FF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.8%

 BLUE value IS 255 (100% from 255) = 39.72%

R = 26.48%
G = 33.8%
B = 39.72%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAD9FF (or 0xAAD9FF) is known color: Columbia Blue. HEX triplet: AA, D9 and FF. RGB value is (170,217,255). Sum of RGB (Red+Green+Blue) = 170+217+255=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAD9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9FF is #552600. Grayscale: #CFCFCF. Windows color (decimal): -5580289 or 16767402. OLE color: 16767402.

HSL color Cylindrical-coordinate representation of color #AAD9FF: hue angle of 206.82º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD9FF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 217 255 -
CMYK 0.33 0.15 0 0
HSL 206.82º 1% 0.83% -
HSV(B) 206.82º 0.33% 1% -
XYZ 59.44 65.39 104.1 -
YUV 207.28 154.93 101.41 -
System Red Green Blue C M Y K H S L
Decimal 170 217 255 0.33 0.15 0 0 206.82 1 0.83
Hex AA D9 FF 21 F 0 0 CF 64 53
Octal 252 331 377 41 17 0 0 317 144 123
Binary 10101010 11011001 11111111 100001 1111 0 0 11001111 1100100 1010011

Color Harmonies of #AAD9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD9FF

Black with #AAD9FF

Text Example


Text Example

White with #AAD9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD9FF; }

 p { color: rgb(170,217,255); }

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

background-color css

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

 a { background-color: rgb(170,217,255); }

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

border-color css

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

 span { border-color: rgb(170,217,255); }

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