#AADFF6

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

Shades of Columbia Blue #AADFF6

Tints of Columbia Blue #AADFF6

Color information

#AADFF6 (or 0xAADFF6) is unknown color: approx Columbia Blue. HEX triplet: AA, DF and F6. RGB value is (170,223,246). Sum of RGB (Red+Green+Blue) = 170+223+246=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #AADFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFF6 is #552009. Grayscale: #D1D1D1. Windows color (decimal): -5578762 or 16179114. OLE color: 16179114.

HSL color Cylindrical-coordinate representation of color #AADFF6: hue angle of 198.16º 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 #AADFF6 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170223246-
CMYK0.310.0900.04
HSL198.16º80.85%81.57%-
HSV(B)198.16º30.89%96.47%-
XYZ59.667.9897.17-
YUV209.78148.4499.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.60%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 246 (96.48% from 255) = 38.50%
R=26.60%
G=34.90%
B=38.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702232460.310.0900.04198.1680.8581.57
HexAADFF61F904c65152
Octal252337366371104306121122
Binary10101010110111111111011011111100101001100011010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFF6; }

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

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

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

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

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

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

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

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