#ACE0FB

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

Shades of Columbia Blue #ACE0FB

Tints of Columbia Blue #ACE0FB

Color information

#ACE0FB (or 0xACE0FB) is unknown color: approx Columbia Blue. HEX triplet: AC, E0 and FB. RGB value is (172,224,251). Sum of RGB (Red+Green+Blue) = 172+224+251=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACE0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0FB is #531F04. Grayscale: #D3D3D3. Windows color (decimal): -5447429 or 16507052. OLE color: 16507052.

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

Color convert

RGB172224251-
CMYK0.310.1100.02
HSL200.51º90.8%82.94%-
HSV(B)200.51º31.47%98.43%-
XYZ61.0869.05101.37-
YUV211.53150.2799.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.58%
GREEN value IS 224 (87.89% from 255) = 34.62%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=26.58%
G=34.62%
B=38.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722242510.310.1100.02200.5190.882.94
HexACE0FB1FB02c95b53
Octal254340373371302311133123
Binary1010110011100000111110111111110110101100100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0FB; }

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

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

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

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

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

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

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

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