#AAD9FD

Color #AAD9FD Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #AAD9FD

Tints of Columbia Blue #AAD9FD

Color information

#AAD9FD (or 0xAAD9FD) is unknown color: approx Columbia Blue. HEX triplet: AA, D9 and FD. RGB value is (170,217,253). Sum of RGB (Red+Green+Blue) = 170+217+253=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAD9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9FD is #552602. Grayscale: #CECECE. Windows color (decimal): -5580291 or 16636330. OLE color: 16636330.

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

Color convert

RGB170217253-
CMYK0.330.1400.01
HSL206.02º95.4%82.94%-
HSV(B)206.02º32.81%99.22%-
XYZ59.1265.26102.41-
YUV207.05153.93101.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.56%
GREEN value IS 217 (85.16% from 255) = 33.91%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=26.56%
G=33.91%
B=39.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702172530.330.1400.01206.0295.482.94
HexAAD9FD21E01ce5f53
Octal252331375411601316137123
Binary1010101011011001111111011000011110011100111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD9FD; }

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

 H1.HeaderClassName
 {
   color: #AAD9FD;
 }
 .AnyTagClassName
 {
   color: #AAD9FD;
 }
</style>
background-color css

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

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

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

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

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

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