#AADCF8

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

Shades of Columbia Blue #AADCF8

Tints of Columbia Blue #AADCF8

Color information

#AADCF8 (or 0xAADCF8) is unknown color: approx Columbia Blue. HEX triplet: AA, DC and F8. RGB value is (170,220,248). Sum of RGB (Red+Green+Blue) = 170+220+248=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 248 - color contains mainly: blue. Hex color #AADCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCF8 is #552307. Grayscale: #D0D0D0. Windows color (decimal): -5579528 or 16309418. OLE color: 16309418.

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

Color convert

RGB170220248-
CMYK0.310.1100.03
HSL201.54º84.78%81.96%-
HSV(B)201.54º31.45%97.25%-
XYZ59.1166.5198.53-
YUV208.24150.44100.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.65%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 248 (97.27% from 255) = 38.87%
R=26.65%
G=34.48%
B=38.87%

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
Decimal1702202480.310.1100.03201.5484.7881.96
HexAADCF81FB03ca5552
Octal252334370371303312125122
Binary1010101011011100111110001111110110111100101010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCF8; }

 p { color: rgb(170,220,248); }

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

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

 a { background-color: rgb(170,220,248); }

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

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

 span { border-color: rgb(170,220,248); }

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