#ACDBFB

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

Shades of Columbia Blue #ACDBFB

Tints of Columbia Blue #ACDBFB

Color information

#ACDBFB (or 0xACDBFB) is unknown color: approx Columbia Blue. HEX triplet: AC, DB and FB. RGB value is (172,219,251). Sum of RGB (Red+Green+Blue) = 172+219+251=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACDBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDBFB is #532404. Grayscale: #D0D0D0. Windows color (decimal): -5448709 or 16505772. OLE color: 16505772.

HSL color Cylindrical-coordinate representation of color #ACDBFB: hue angle of 204.3º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACDBFB is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172219251-
CMYK0.310.1300.02
HSL204.3º90.8%82.94%-
HSV(B)204.3º31.47%98.43%-
XYZ59.7666.4100.93-
YUV208.6151.93101.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.79%
GREEN value IS 219 (85.94% from 255) = 34.11%
BLUE value IS 251 (98.44% from 255) = 39.10%
R=26.79%
G=34.11%
B=39.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722192510.310.1300.02204.390.882.94
HexACDBFB1FD02cc5b53
Octal254333373371502314133123
Binary1010110011011011111110111111111010101100110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBFB; }

 p { color: rgb(172,219,251); }

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

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

 a { background-color: rgb(172,219,251); }

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

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

 span { border-color: rgb(172,219,251); }

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