#AADBFB

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

Shades of Columbia Blue #AADBFB

Tints of Columbia Blue #AADBFB

Color information

#AADBFB (or 0xAADBFB) is unknown color: approx Columbia Blue. HEX triplet: AA, DB and FB. RGB value is (170,219,251). Sum of RGB (Red+Green+Blue) = 170+219+251=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #AADBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBFB is #552404. Grayscale: #CFCFCF. Windows color (decimal): -5579781 or 16505770. OLE color: 16505770.

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

Color convert

RGB170219251-
CMYK0.320.1300.02
HSL203.7º91.01%82.55%-
HSV(B)203.7º32.27%98.43%-
XYZ59.3266.17100.91-
YUV208152.27100.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.56%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=26.56%
G=34.22%
B=39.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702192510.320.1300.02203.791.0182.55
HexAADBFB20D02cc5b53
Octal252333373401502314133123
Binary10101010110110111111101110000011010101100110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADBFB; }

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

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

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

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

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

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

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

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