#ABDBF8

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

Shades of Columbia Blue #ABDBF8

Tints of Columbia Blue #ABDBF8

Color information

#ABDBF8 (or 0xABDBF8) is unknown color: approx Columbia Blue. HEX triplet: AB, DB and F8. RGB value is (171,219,248). Sum of RGB (Red+Green+Blue) = 171+219+248=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 248 - color contains mainly: blue. Hex color #ABDBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBF8 is #542407. Grayscale: #CFCFCF. Windows color (decimal): -5514248 or 16309163. OLE color: 16309163.

HSL color Cylindrical-coordinate representation of color #ABDBF8: hue angle of 202.6º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABDBF8 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171219248-
CMYK0.310.1200.03
HSL202.6º84.62%82.16%-
HSV(B)202.6º31.05%97.25%-
XYZ59.0766.198.45-
YUV207.95150.6101.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.80%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 248 (97.27% from 255) = 38.87%
R=26.80%
G=34.33%
B=38.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712192480.310.1200.03202.684.6282.16
HexABDBF81FC03cb5552
Octal253333370371403313125122
Binary1010101111011011111110001111111000111100101110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBF8; }

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

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

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

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

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

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

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

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