#ACE1FB

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

Shades of Columbia Blue #ACE1FB

Tints of Columbia Blue #ACE1FB

Color information

#ACE1FB (or 0xACE1FB) is unknown color: approx Columbia Blue. HEX triplet: AC, E1 and FB. RGB value is (172,225,251). Sum of RGB (Red+Green+Blue) = 172+225+251=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACE1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1FB is #531E04. Grayscale: #D3D3D3. Windows color (decimal): -5447173 or 16507308. OLE color: 16507308.

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

Color convert

RGB172225251-
CMYK0.310.1000.02
HSL199.75º90.8%82.94%-
HSV(B)199.75º31.47%98.43%-
XYZ61.3569.59101.46-
YUV212.12149.9499.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.54%
GREEN value IS 225 (88.28% from 255) = 34.72%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=26.54%
G=34.72%
B=38.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722252510.310.1000.02199.7590.882.94
HexACE1FB1FA02c85b53
Octal254341373371202310133123
Binary1010110011100001111110111111110100101100100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1FB; }

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

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

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

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

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

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

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

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