#ACE8FD

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

Shades of Columbia Blue #ACE8FD

Tints of Columbia Blue #ACE8FD

Color information

#ACE8FD (or 0xACE8FD) is unknown color: approx Columbia Blue. HEX triplet: AC, E8 and FD. RGB value is (172,232,253). Sum of RGB (Red+Green+Blue) = 172+232+253=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACE8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8FD is #531702. Grayscale: #D8D8D8. Windows color (decimal): -5445379 or 16640172. OLE color: 16640172.

HSL color Cylindrical-coordinate representation of color #ACE8FD: hue angle of 195.56º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACE8FD is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172232253-
CMYK0.320.0800.01
HSL195.56º95.29%83.33%-
HSV(B)195.56º32.02%99.22%-
XYZ63.673.58103.78-
YUV216.45148.6296.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.18%
GREEN value IS 232 (91.02% from 255) = 35.31%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=26.18%
G=35.31%
B=38.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722322530.320.0800.01195.5695.2983.33
HexACE8FD20801c45f53
Octal254350375401001304137123
Binary1010110011101000111111011000001000011100010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE8FD; }

 p { color: rgb(172,232,253); }

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

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

 a { background-color: rgb(172,232,253); }

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

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

 span { border-color: rgb(172,232,253); }

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