#ACE4FF

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

Shades of Columbia Blue #ACE4FF

Tints of Columbia Blue #ACE4FF

Color information

#ACE4FF (or 0xACE4FF) is unknown color: approx Columbia Blue. HEX triplet: AC, E4 and FF. RGB value is (172,228,255). Sum of RGB (Red+Green+Blue) = 172+228+255=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4FF is #531B00. Grayscale: #D6D6D6. Windows color (decimal): -5446401 or 16770220. OLE color: 16770220.

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

Color convert

RGB172228255-
CMYK0.330.1100
HSL199.52º100%83.73%-
HSV(B)199.52º32.55%100%-
XYZ62.8171.48105.09-
YUV214.33150.9597.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.26%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 255 (100% from 255) = 38.93%
R=26.26%
G=34.81%
B=38.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722282550.330.1100199.5210083.73
HexACE4FF21B00c86454
Octal254344377411300310144124
Binary1010110011100100111111111000011011001100100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE4FF; }

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

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

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

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

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

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

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

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