#ACE3FF

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

Shades of Columbia Blue #ACE3FF

Tints of Columbia Blue #ACE3FF

Color information

#ACE3FF (or 0xACE3FF) is unknown color: approx Columbia Blue. HEX triplet: AC, E3 and FF. RGB value is (172,227,255). Sum of RGB (Red+Green+Blue) = 172+227+255=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3FF is #531C00. Grayscale: #D5D5D5. Windows color (decimal): -5446657 or 16769964. OLE color: 16769964.

HSL color Cylindrical-coordinate representation of color #ACE3FF: hue angle of 200.24º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACE3FF is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172227255-
CMYK0.330.1100
HSL200.24º100%83.73%-
HSV(B)200.24º32.55%100%-
XYZ62.5370.93105-
YUV213.75151.2898.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.30%
GREEN value IS 227 (89.06% from 255) = 34.71%
BLUE value IS 255 (100% from 255) = 38.99%
R=26.30%
G=34.71%
B=38.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722272550.330.1100200.2410083.73
HexACE3FF21B00c86454
Octal254343377411300310144124
Binary1010110011100011111111111000011011001100100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE3FF; }

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

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

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

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

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

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

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

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