#ACE2FF

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

Shades of Columbia Blue #ACE2FF

Tints of Columbia Blue #ACE2FF

Color information

#ACE2FF (or 0xACE2FF) is unknown color: approx Columbia Blue. HEX triplet: AC, E2 and FF. RGB value is (172,226,255). Sum of RGB (Red+Green+Blue) = 172+226+255=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2FF is #531D00. Grayscale: #D4D4D4. Windows color (decimal): -5446913 or 16769708. OLE color: 16769708.

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

Color convert

RGB172226255-
CMYK0.330.1100
HSL200.96º100%83.73%-
HSV(B)200.96º32.55%100%-
XYZ62.2670.38104.91-
YUV213.16151.6198.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.34%
GREEN value IS 226 (88.67% from 255) = 34.61%
BLUE value IS 255 (100% from 255) = 39.05%
R=26.34%
G=34.61%
B=39.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722262550.330.1100200.9610083.73
HexACE2FF21B00c96454
Octal254342377411300311144124
Binary1010110011100010111111111000011011001100100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE2FF; }

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

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

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

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

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

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

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

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