#ACE8FF

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

Shades of Columbia Blue #ACE8FF

Tints of Columbia Blue #ACE8FF

Color information

#ACE8FF (or 0xACE8FF) is unknown color: approx Columbia Blue. HEX triplet: AC, E8 and FF. RGB value is (172,232,255). Sum of RGB (Red+Green+Blue) = 172+232+255=659 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.10% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8FF is #531700. Grayscale: #D8D8D8. Windows color (decimal): -5445377 or 16771244. OLE color: 16771244.

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

Color convert

RGB172232255-
CMYK0.330.0900
HSL196.63º100%83.73%-
HSV(B)196.63º32.55%100%-
XYZ63.9273.7105.47-
YUV216.68149.6296.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.10%
GREEN value IS 232 (91.02% from 255) = 35.20%
BLUE value IS 255 (100% from 255) = 38.69%
R=26.10%
G=35.20%
B=38.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722322550.330.0900196.6310083.73
HexACE8FF21900c56454
Octal254350377411100305144124
Binary1010110011101000111111111000011001001100010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE8FF; }

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

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

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

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

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

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

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

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