#AADDF7

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

Shades of Columbia Blue #AADDF7

Tints of Columbia Blue #AADDF7

Color information

#AADDF7 (or 0xAADDF7) is unknown color: approx Columbia Blue. HEX triplet: AA, DD and F7. RGB value is (170,221,247). Sum of RGB (Red+Green+Blue) = 170+221+247=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 247 - color contains mainly: blue. Hex color #AADDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDF7 is #552208. Grayscale: #D0D0D0. Windows color (decimal): -5579273 or 16244138. OLE color: 16244138.

HSL color Cylindrical-coordinate representation of color #AADDF7: hue angle of 200.26º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AADDF7 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170221247-
CMYK0.310.1100.03
HSL200.26º82.8%81.76%-
HSV(B)200.26º31.17%96.86%-
XYZ59.2266.9797.8-
YUV208.72149.6100.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.65%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 247 (96.88% from 255) = 38.71%
R=26.65%
G=34.64%
B=38.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702212470.310.1100.03200.2682.881.76
HexAADDF71FB03c85352
Octal252335367371303310123122
Binary1010101011011101111101111111110110111100100010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDF7; }

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

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

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

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

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

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

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

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