#ACDAFB

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

Shades of Columbia Blue #ACDAFB

Tints of Columbia Blue #ACDAFB

Color information

#ACDAFB (or 0xACDAFB) is unknown color: approx Columbia Blue. HEX triplet: AC, DA and FB. RGB value is (172,218,251). Sum of RGB (Red+Green+Blue) = 172+218+251=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACDAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAFB is #532504. Grayscale: #CFCFCF. Windows color (decimal): -5448965 or 16505516. OLE color: 16505516.

HSL color Cylindrical-coordinate representation of color #ACDAFB: hue angle of 205.06º 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 #ACDAFB is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172218251-
CMYK0.310.1300.02
HSL205.06º90.8%82.94%-
HSV(B)205.06º31.47%98.43%-
XYZ59.565.88100.85-
YUV208.01152.26102.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.83%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=26.83%
G=34.01%
B=39.16%

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
Decimal1722182510.310.1300.02205.0690.882.94
HexACDAFB1FD02cd5b53
Octal254332373371502315133123
Binary1010110011011010111110111111111010101100110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAFB; }

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

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

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

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

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

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

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

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