#ABDFFB

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

Shades of Columbia Blue #ABDFFB

Tints of Columbia Blue #ABDFFB

Color information

#ABDFFB (or 0xABDFFB) is unknown color: approx Columbia Blue. HEX triplet: AB, DF and FB. RGB value is (171,223,251). Sum of RGB (Red+Green+Blue) = 171+223+251=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABDFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFFB is #542004. Grayscale: #D2D2D2. Windows color (decimal): -5513221 or 16506795. OLE color: 16506795.

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

Color convert

RGB171223251-
CMYK0.320.1100.02
HSL201º90.91%82.75%-
HSV(B)201º31.87%98.43%-
XYZ60.5968.4101.28-
YUV210.64150.7799.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.51%
GREEN value IS 223 (87.5% from 255) = 34.57%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=26.51%
G=34.57%
B=38.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712232510.320.1100.0220190.9182.75
HexABDFFB20B02c95b53
Octal253337373401302311133123
Binary10101011110111111111101110000010110101100100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFFB; }

 p { color: rgb(171,223,251); }

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

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

 a { background-color: rgb(171,223,251); }

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

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

 span { border-color: rgb(171,223,251); }

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