#ABDAFA

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

Shades of Columbia Blue #ABDAFA

Tints of Columbia Blue #ABDAFA

Color information

#ABDAFA (or 0xABDAFA) is unknown color: approx Columbia Blue. HEX triplet: AB, DA and FA. RGB value is (171,218,250). Sum of RGB (Red+Green+Blue) = 171+218+250=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABDAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAFA is #542505. Grayscale: #CFCFCF. Windows color (decimal): -5514502 or 16439979. OLE color: 16439979.

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

Color convert

RGB171218250-
CMYK0.320.1300.02
HSL204.3º88.76%82.55%-
HSV(B)204.3º31.6%98.04%-
XYZ59.1265.7100.01-
YUV207.6151.93101.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.76%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=26.76%
G=34.12%
B=39.12%

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
Decimal1712182500.320.1300.02204.388.7682.55
HexABDAFA20D02cc5953
Octal253332372401502314131123
Binary10101011110110101111101010000011010101100110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAFA; }

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

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

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

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

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

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

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

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