#ABDBFF

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

Shades of Columbia Blue #ABDBFF

Tints of Columbia Blue #ABDBFF

Color information

#ABDBFF (or 0xABDBFF) is unknown color: approx Columbia Blue. HEX triplet: AB, DB and FF. RGB value is (171,219,255). Sum of RGB (Red+Green+Blue) = 171+219+255=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBFF is #542400. Grayscale: #D0D0D0. Windows color (decimal): -5514241 or 16767915. OLE color: 16767915.

HSL color Cylindrical-coordinate representation of color #ABDBFF: hue angle of 205.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABDBFF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171219255-
CMYK0.330.1400
HSL205.71º100%83.53%-
HSV(B)205.71º32.94%100%-
XYZ60.1866.54104.28-
YUV208.75154.1101.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.51%
GREEN value IS 219 (85.94% from 255) = 33.95%
BLUE value IS 255 (100% from 255) = 39.53%
R=26.51%
G=33.95%
B=39.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712192550.330.1400205.7110083.53
HexABDBFF21E00ce6454
Octal253333377411600316144124
Binary1010101111011011111111111000011110001100111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBFF; }

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

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

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

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

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

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

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

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