#AADDF6

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

Shades of Columbia Blue #AADDF6

Tints of Columbia Blue #AADDF6

Color information

#AADDF6 (or 0xAADDF6) is unknown color: approx Columbia Blue. HEX triplet: AA, DD and F6. RGB value is (170,221,246). Sum of RGB (Red+Green+Blue) = 170+221+246=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #AADDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDF6 is #552209. Grayscale: #D0D0D0. Windows color (decimal): -5579274 or 16178602. OLE color: 16178602.

HSL color Cylindrical-coordinate representation of color #AADDF6: hue angle of 199.74º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AADDF6 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170221246-
CMYK0.310.1000.04
HSL199.74º80.85%81.57%-
HSV(B)199.74º30.89%96.47%-
XYZ59.0766.9196.99-
YUV208.6149.1100.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.69%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 246 (96.48% from 255) = 38.62%
R=26.69%
G=34.69%
B=38.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702212460.310.1000.04199.7480.8581.57
HexAADDF61FA04c85152
Octal252335366371204310121122
Binary10101010110111011111011011111101001001100100010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDF6; }

 p { color: rgb(170,221,246); }

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

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

 a { background-color: rgb(170,221,246); }

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

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

 span { border-color: rgb(170,221,246); }

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