#ACE1FA

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

Shades of Columbia Blue #ACE1FA

Tints of Columbia Blue #ACE1FA

Color information

#ACE1FA (or 0xACE1FA) is unknown color: approx Columbia Blue. HEX triplet: AC, E1 and FA. RGB value is (172,225,250). Sum of RGB (Red+Green+Blue) = 172+225+250=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACE1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1FA is #531E05. Grayscale: #D3D3D3. Windows color (decimal): -5447174 or 16441772. OLE color: 16441772.

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

Color convert

RGB172225250-
CMYK0.310.1000.02
HSL199.23º88.64%82.75%-
HSV(B)199.23º31.2%98.04%-
XYZ61.1969.52100.64-
YUV212149.4499.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.58%
GREEN value IS 225 (88.28% from 255) = 34.78%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=26.58%
G=34.78%
B=38.64%

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
Decimal1722252500.310.1000.02199.2388.6482.75
HexACE1FA1FA02c75953
Octal254341372371202307131123
Binary1010110011100001111110101111110100101100011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1FA; }

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

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

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

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

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

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

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

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