#ACE0FC

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

Shades of Columbia Blue #ACE0FC

Tints of Columbia Blue #ACE0FC

Color information

#ACE0FC (or 0xACE0FC) is unknown color: approx Columbia Blue. HEX triplet: AC, E0 and FC. RGB value is (172,224,252). Sum of RGB (Red+Green+Blue) = 172+224+252=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACE0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0FC is #531F03. Grayscale: #D3D3D3. Windows color (decimal): -5447428 or 16572588. OLE color: 16572588.

HSL color Cylindrical-coordinate representation of color #ACE0FC: hue angle of 201º degrees, saturation: 0.93, 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 #ACE0FC is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172224252-
CMYK0.320.1100.01
HSL201º93.02%83.14%-
HSV(B)201º31.75%98.82%-
XYZ61.2469.11102.21-
YUV211.64150.7799.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.54%
GREEN value IS 224 (87.89% from 255) = 34.57%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=26.54%
G=34.57%
B=38.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722242520.320.1100.0120193.0283.14
HexACE0FC20B01c95d53
Octal254340374401301311135123
Binary1010110011100000111111001000001011011100100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0FC; }

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

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

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

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

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

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

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

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