#A0DBFA

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

Shades of Columbia Blue #A0DBFA

Tints of Columbia Blue #A0DBFA

Color information

#A0DBFA (or 0xA0DBFA) is unknown color: approx Columbia Blue. HEX triplet: A0, DB and FA. RGB value is (160,219,250). Sum of RGB (Red+Green+Blue) = 160+219+250=629 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.44% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0DBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DBFA is #5F2405. Grayscale: #CCCCCC. Windows color (decimal): -6235142 or 16440224. OLE color: 16440224.

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

Color convert

RGB160219250-
CMYK0.360.1200.02
HSL200.67º90%80.39%-
HSV(B)200.67º36%98.04%-
XYZ57.0865.0499.99-
YUV204.89153.4595.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.44%
GREEN value IS 219 (85.94% from 255) = 34.82%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=25.44%
G=34.82%
B=39.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602192500.360.1200.02200.679080.39
HexA0DBFA24C02c95a50
Octal240333372441402311132120
Binary10100000110110111111101010010011000101100100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DBFA; }

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

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

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

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

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

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

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

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