#ABDBFA

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

Shades of Columbia Blue #ABDBFA

Tints of Columbia Blue #ABDBFA

Color information

#ABDBFA (or 0xABDBFA) is unknown color: approx Columbia Blue. HEX triplet: AB, DB and FA. RGB value is (171,219,250). Sum of RGB (Red+Green+Blue) = 171+219+250=640 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.72% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABDBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBFA is #542405. Grayscale: #D0D0D0. Windows color (decimal): -5514246 or 16440235. OLE color: 16440235.

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

Color convert

RGB171219250-
CMYK0.320.1200.02
HSL203.54º88.76%82.55%-
HSV(B)203.54º31.6%98.04%-
XYZ59.3866.22100.1-
YUV208.18151.6101.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.72%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=26.72%
G=34.22%
B=39.06%

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
Decimal1712192500.320.1200.02203.5488.7682.55
HexABDBFA20C02cc5953
Octal253333372401402314131123
Binary10101011110110111111101010000011000101100110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBFA; }

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

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

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

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

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

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

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

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