#ACDDFB

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

Shades of Columbia Blue #ACDDFB

Tints of Columbia Blue #ACDDFB

Color information

#ACDDFB (or 0xACDDFB) is unknown color: approx Columbia Blue. HEX triplet: AC, DD and FB. RGB value is (172,221,251). Sum of RGB (Red+Green+Blue) = 172+221+251=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACDDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDFB is #532204. Grayscale: #D1D1D1. Windows color (decimal): -5448197 or 16506284. OLE color: 16506284.

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

Color convert

RGB172221251-
CMYK0.310.1200.02
HSL202.78º90.8%82.94%-
HSV(B)202.78º31.47%98.43%-
XYZ60.2867.45101.11-
YUV209.77151.27101.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.71%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=26.71%
G=34.32%
B=38.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722212510.310.1200.02202.7890.882.94
HexACDDFB1FC02cb5b53
Octal254335373371402313133123
Binary1010110011011101111110111111111000101100101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDFB; }

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

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

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

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

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

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

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

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