#ABDAFC

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

Shades of Columbia Blue #ABDAFC

Tints of Columbia Blue #ABDAFC

Color information

#ABDAFC (or 0xABDAFC) is unknown color: approx Columbia Blue. HEX triplet: AB, DA and FC. RGB value is (171,218,252). Sum of RGB (Red+Green+Blue) = 171+218+252=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABDAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAFC is #542503. Grayscale: #CFCFCF. Windows color (decimal): -5514500 or 16571051. OLE color: 16571051.

HSL color Cylindrical-coordinate representation of color #ABDAFC: hue angle of 205.19º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABDAFC is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171218252-
CMYK0.320.1300.01
HSL205.19º93.1%82.94%-
HSV(B)205.19º32.14%98.82%-
XYZ59.4465.83101.67-
YUV207.82152.93101.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.68%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 252 (98.83% from 255) = 39.31%
R=26.68%
G=34.01%
B=39.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712182520.320.1300.01205.1993.182.94
HexABDAFC20D01cd5d53
Octal253332374401501315135123
Binary1010101111011010111111001000001101011100110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAFC; }

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

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

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

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

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

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

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

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