#ACE3FB

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

Shades of Columbia Blue #ACE3FB

Tints of Columbia Blue #ACE3FB

Color information

#ACE3FB (or 0xACE3FB) is unknown color: approx Columbia Blue. HEX triplet: AC, E3 and FB. RGB value is (172,227,251). Sum of RGB (Red+Green+Blue) = 172+227+251=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACE3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3FB is #531C04. Grayscale: #D5D5D5. Windows color (decimal): -5446661 or 16507820. OLE color: 16507820.

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

Color convert

RGB172227251-
CMYK0.310.1000.02
HSL198.23º90.8%82.94%-
HSV(B)198.23º31.47%98.43%-
XYZ61.8970.67101.65-
YUV213.29149.2898.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.46%
GREEN value IS 227 (89.06% from 255) = 34.92%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=26.46%
G=34.92%
B=38.62%

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
Decimal1722272510.310.1000.02198.2390.882.94
HexACE3FB1FA02c65b53
Octal254343373371202306133123
Binary1010110011100011111110111111110100101100011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE3FB; }

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

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

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

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

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

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

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

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