#ACE3FD

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

Shades of Columbia Blue #ACE3FD

Tints of Columbia Blue #ACE3FD

Color information

#ACE3FD (or 0xACE3FD) is unknown color: approx Columbia Blue. HEX triplet: AC, E3 and FD. RGB value is (172,227,253). Sum of RGB (Red+Green+Blue) = 172+227+253=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACE3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3FD is #531C02. Grayscale: #D5D5D5. Windows color (decimal): -5446659 or 16638892. OLE color: 16638892.

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

Color convert

RGB172227253-
CMYK0.320.1000.01
HSL199.26º95.29%83.33%-
HSV(B)199.26º32.02%99.22%-
XYZ62.2170.8103.32-
YUV213.52150.2898.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.38%
GREEN value IS 227 (89.06% from 255) = 34.82%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=26.38%
G=34.82%
B=38.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722272530.320.1000.01199.2695.2983.33
HexACE3FD20A01c75f53
Octal254343375401201307137123
Binary1010110011100011111111011000001010011100011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE3FD; }

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

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

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

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

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

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

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

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