#ACE1FF

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

Shades of Columbia Blue #ACE1FF

Tints of Columbia Blue #ACE1FF

Color information

#ACE1FF (or 0xACE1FF) is unknown color: approx Columbia Blue. HEX triplet: AC, E1 and FF. RGB value is (172,225,255). Sum of RGB (Red+Green+Blue) = 172+225+255=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1FF is #531E00. Grayscale: #D4D4D4. Windows color (decimal): -5447169 or 16769452. OLE color: 16769452.

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

Color convert

RGB172225255-
CMYK0.330.1200
HSL201.69º100%83.73%-
HSV(B)201.69º32.55%100%-
XYZ61.9969.84104.82-
YUV212.57151.9499.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.38%
GREEN value IS 225 (88.28% from 255) = 34.51%
BLUE value IS 255 (100% from 255) = 39.11%
R=26.38%
G=34.51%
B=39.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722252550.330.1200201.6910083.73
HexACE1FF21C00ca6454
Octal254341377411400312144124
Binary1010110011100001111111111000011100001100101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1FF; }

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

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

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

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

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

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

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

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