#AADAF9

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

Shades of Columbia Blue #AADAF9

Tints of Columbia Blue #AADAF9

Color information

#AADAF9 (or 0xAADAF9) is unknown color: approx Columbia Blue. HEX triplet: AA, DA and F9. RGB value is (170,218,249). Sum of RGB (Red+Green+Blue) = 170+218+249=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #AADAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAF9 is #552506. Grayscale: #CFCFCF. Windows color (decimal): -5580039 or 16374442. OLE color: 16374442.

HSL color Cylindrical-coordinate representation of color #AADAF9: hue angle of 203.54º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AADAF9 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170218249-
CMYK0.320.1200.02
HSL203.54º86.81%82.16%-
HSV(B)203.54º31.73%97.65%-
XYZ58.7565.5399.17-
YUV207.18151.6101.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.69%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 249 (97.66% from 255) = 39.09%
R=26.69%
G=34.22%
B=39.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702182490.320.1200.02203.5486.8182.16
HexAADAF920C02cc5752
Octal252332371401402314127122
Binary10101010110110101111100110000011000101100110010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAF9; }

 p { color: rgb(170,218,249); }

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

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

 a { background-color: rgb(170,218,249); }

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

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

 span { border-color: rgb(170,218,249); }

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