#ACE6FF

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

Shades of Columbia Blue #ACE6FF

Tints of Columbia Blue #ACE6FF

Color information

#ACE6FF (or 0xACE6FF) is unknown color: approx Columbia Blue. HEX triplet: AC, E6 and FF. RGB value is (172,230,255). Sum of RGB (Red+Green+Blue) = 172+230+255=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6FF is #531900. Grayscale: #D7D7D7. Windows color (decimal): -5445889 or 16770732. OLE color: 16770732.

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

Color convert

RGB172230255-
CMYK0.330.1000
HSL198.07º100%83.73%-
HSV(B)198.07º32.55%100%-
XYZ63.3672.58105.28-
YUV215.51150.2896.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.18%
GREEN value IS 230 (90.23% from 255) = 35.01%
BLUE value IS 255 (100% from 255) = 38.81%
R=26.18%
G=35.01%
B=38.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722302550.330.1000198.0710083.73
HexACE6FF21A00c66454
Octal254346377411200306144124
Binary1010110011100110111111111000011010001100011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE6FF; }

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

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

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

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

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

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

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

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