#AADFF7

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

Shades of Columbia Blue #AADFF7

Tints of Columbia Blue #AADFF7

Color information

#AADFF7 (or 0xAADFF7) is unknown color: approx Columbia Blue. HEX triplet: AA, DF and F7. RGB value is (170,223,247). Sum of RGB (Red+Green+Blue) = 170+223+247=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 247 - color contains mainly: blue. Hex color #AADFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFF7 is #552008. Grayscale: #D1D1D1. Windows color (decimal): -5578761 or 16244650. OLE color: 16244650.

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

Color convert

RGB170223247-
CMYK0.310.1000.03
HSL198.7º82.8%81.76%-
HSV(B)198.7º31.17%96.86%-
XYZ59.7568.0497.98-
YUV209.89148.9499.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.56%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 247 (96.88% from 255) = 38.59%
R=26.56%
G=34.84%
B=38.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702232470.310.1000.03198.782.881.76
HexAADFF71FA03c75352
Octal252337367371203307123122
Binary1010101011011111111101111111110100111100011110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFF7; }

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

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

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

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

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

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

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

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