#AADBF8

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

Shades of Columbia Blue #AADBF8

Tints of Columbia Blue #AADBF8

Color information

#AADBF8 (or 0xAADBF8) is unknown color: approx Columbia Blue. HEX triplet: AA, DB and F8. RGB value is (170,219,248). Sum of RGB (Red+Green+Blue) = 170+219+248=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #AADBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBF8 is #552407. Grayscale: #CFCFCF. Windows color (decimal): -5579784 or 16309162. OLE color: 16309162.

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

Color convert

RGB170219248-
CMYK0.310.1200.03
HSL202.31º84.78%81.96%-
HSV(B)202.31º31.45%97.25%-
XYZ58.8565.9998.44-
YUV207.65150.77101.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.69%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 248 (97.27% from 255) = 38.93%
R=26.69%
G=34.38%
B=38.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702192480.310.1200.03202.3184.7881.96
HexAADBF81FC03ca5552
Octal252333370371403312125122
Binary1010101011011011111110001111111000111100101010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADBF8; }

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

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

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

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

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

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

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

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