#AAD9FA

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

Shades of Columbia Blue #AAD9FA

Tints of Columbia Blue #AAD9FA

Color information

#AAD9FA (or 0xAAD9FA) is unknown color: approx Columbia Blue. HEX triplet: AA, D9 and FA. RGB value is (170,217,250). Sum of RGB (Red+Green+Blue) = 170+217+250=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAD9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9FA is #552605. Grayscale: #CECECE. Windows color (decimal): -5580294 or 16439722. OLE color: 16439722.

HSL color Cylindrical-coordinate representation of color #AAD9FA: hue angle of 204.75º degrees, saturation: 0.89, 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 #AAD9FA is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170217250-
CMYK0.320.1300.02
HSL204.75º88.89%82.35%-
HSV(B)204.75º32%98.04%-
XYZ58.6565.0799.91-
YUV206.71152.43101.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.69%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=26.69%
G=34.07%
B=39.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702172500.320.1300.02204.7588.8982.35
HexAAD9FA20D02cd5952
Octal252331372401502315131122
Binary10101010110110011111101010000011010101100110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD9FA; }

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

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

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

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

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

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

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

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