#A0DBFB

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

Shades of Columbia Blue #A0DBFB

Tints of Columbia Blue #A0DBFB

Color information

#A0DBFB (or 0xA0DBFB) is unknown color: approx Columbia Blue. HEX triplet: A0, DB and FB. RGB value is (160,219,251). Sum of RGB (Red+Green+Blue) = 160+219+251=630 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.40% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DBFB is #5F2404. Grayscale: #CCCCCC. Windows color (decimal): -6235141 or 16505760. OLE color: 16505760.

HSL color Cylindrical-coordinate representation of color #A0DBFB: hue angle of 201.1º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0DBFB is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160219251-
CMYK0.360.1300.02
HSL201.1º91.92%80.59%-
HSV(B)201.1º36.25%98.43%-
XYZ57.2465.1100.82-
YUV205.01153.9595.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.40%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=25.40%
G=34.76%
B=39.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602192510.360.1300.02201.191.9280.59
HexA0DBFB24D02c95c51
Octal240333373441502311134121
Binary10100000110110111111101110010011010101100100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DBFB; }

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

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

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

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

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

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

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

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