#ACE0FF

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

Shades of Columbia Blue #ACE0FF

Tints of Columbia Blue #ACE0FF

Color information

#ACE0FF (or 0xACE0FF) is unknown color: approx Columbia Blue. HEX triplet: AC, E0 and FF. RGB value is (172,224,255). Sum of RGB (Red+Green+Blue) = 172+224+255=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0FF is #531F00. Grayscale: #D3D3D3. Windows color (decimal): -5447425 or 16769196. OLE color: 16769196.

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

Color convert

RGB172224255-
CMYK0.330.1200
HSL202.41º100%83.73%-
HSV(B)202.41º32.55%100%-
XYZ61.7269.3104.73-
YUV211.99152.2799.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.42%
GREEN value IS 224 (87.89% from 255) = 34.41%
BLUE value IS 255 (100% from 255) = 39.17%
R=26.42%
G=34.41%
B=39.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722242550.330.1200202.4110083.73
HexACE0FF21C00ca6454
Octal254340377411400312144124
Binary1010110011100000111111111000011100001100101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0FF; }

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

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

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

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

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

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

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

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