#ACE7FF

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

Shades of Columbia Blue #ACE7FF

Tints of Columbia Blue #ACE7FF

Color information

#ACE7FF (or 0xACE7FF) is unknown color: approx Columbia Blue. HEX triplet: AC, E7 and FF. RGB value is (172,231,255). Sum of RGB (Red+Green+Blue) = 172+231+255=658 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.14% from 658); Green value is 231 (90.62% from 255 or 35.11% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7FF is #531800. Grayscale: #D7D7D7. Windows color (decimal): -5445633 or 16770988. OLE color: 16770988.

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

Color convert

RGB172231255-
CMYK0.330.0900
HSL197.35º100%83.73%-
HSV(B)197.35º32.55%100%-
XYZ63.6473.14105.37-
YUV216.09149.9596.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.14%
GREEN value IS 231 (90.62% from 255) = 35.11%
BLUE value IS 255 (100% from 255) = 38.75%
R=26.14%
G=35.11%
B=38.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722312550.330.0900197.3510083.73
HexACE7FF21900c56454
Octal254347377411100305144124
Binary1010110011100111111111111000011001001100010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE7FF; }

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

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

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

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

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

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

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

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