#AADDFB

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

Shades of Columbia Blue #AADDFB

Tints of Columbia Blue #AADDFB

Color information

#AADDFB (or 0xAADDFB) is unknown color: approx Columbia Blue. HEX triplet: AA, DD and FB. RGB value is (170,221,251). Sum of RGB (Red+Green+Blue) = 170+221+251=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #AADDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDFB is #552204. Grayscale: #D1D1D1. Windows color (decimal): -5579269 or 16506282. OLE color: 16506282.

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

Color convert

RGB170221251-
CMYK0.320.1200.02
HSL202.22º91.01%82.55%-
HSV(B)202.22º32.27%98.43%-
XYZ59.8567.22101.09-
YUV209.17151.6100.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.48%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 251 (98.44% from 255) = 39.10%
R=26.48%
G=34.42%
B=39.10%

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
Decimal1702212510.320.1200.02202.2291.0182.55
HexAADDFB20C02ca5b53
Octal252335373401402312133123
Binary10101010110111011111101110000011000101100101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDFB; }

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

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

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

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

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

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

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

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