#AADCFB

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

Shades of Columbia Blue #AADCFB

Tints of Columbia Blue #AADCFB

Color information

#AADCFB (or 0xAADCFB) is unknown color: approx Columbia Blue. HEX triplet: AA, DC and FB. RGB value is (170,220,251). Sum of RGB (Red+Green+Blue) = 170+220+251=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #AADCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCFB is #552304. Grayscale: #D0D0D0. Windows color (decimal): -5579525 or 16506026. OLE color: 16506026.

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

Color convert

RGB170220251-
CMYK0.320.1200.02
HSL202.96º91.01%82.55%-
HSV(B)202.96º32.27%98.43%-
XYZ59.5866.7101-
YUV208.58151.94100.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.52%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=26.52%
G=34.32%
B=39.16%

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
Decimal1702202510.320.1200.02202.9691.0182.55
HexAADCFB20C02cb5b53
Octal252334373401402313133123
Binary10101010110111001111101110000011000101100101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCFB; }

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

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

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

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

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

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

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

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