#AAD8FD

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

Shades of Columbia Blue #AAD8FD

Tints of Columbia Blue #AAD8FD

Color information

#AAD8FD (or 0xAAD8FD) is unknown color: approx Columbia Blue. HEX triplet: AA, D8 and FD. RGB value is (170,216,253). Sum of RGB (Red+Green+Blue) = 170+216+253=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAD8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD8FD is #552702. Grayscale: #CECECE. Windows color (decimal): -5580547 or 16636074. OLE color: 16636074.

HSL color Cylindrical-coordinate representation of color #AAD8FD: hue angle of 206.75º 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 #AAD8FD is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170216253-
CMYK0.330.1500.01
HSL206.75º95.4%82.94%-
HSV(B)206.75º32.81%99.22%-
XYZ58.8664.75102.32-
YUV206.46154.26101.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.60%
GREEN value IS 216 (84.77% from 255) = 33.80%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=26.60%
G=33.80%
B=39.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702162530.330.1500.01206.7595.482.94
HexAAD8FD21F01cf5f53
Octal252330375411701317137123
Binary1010101011011000111111011000011111011100111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD8FD; }

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

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

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

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

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

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

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

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