#ACE9FE

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

Shades of Columbia Blue #ACE9FE

Tints of Columbia Blue #ACE9FE

Color information

#ACE9FE (or 0xACE9FE) is unknown color: approx Columbia Blue. HEX triplet: AC, E9 and FE. RGB value is (172,233,254). Sum of RGB (Red+Green+Blue) = 172+233+254=659 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.10% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACE9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9FE is #531601. Grayscale: #D9D9D9. Windows color (decimal): -5445122 or 16705964. OLE color: 16705964.

HSL color Cylindrical-coordinate representation of color #ACE9FE: hue angle of 195.37º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACE9FE is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172233254-
CMYK0.320.0800.00
HSL195.37º97.62%83.53%-
HSV(B)195.37º32.28%99.61%-
XYZ64.0474.2104.71-
YUV217.15148.7995.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.10%
GREEN value IS 233 (91.41% from 255) = 35.36%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=26.10%
G=35.36%
B=38.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722332540.320.0800.00195.3797.6283.53
HexACE9FE20800c36254
Octal254351376401000303142124
Binary1010110011101001111111101000001000001100001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE9FE; }

 p { color: rgb(172,233,254); }

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

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

 a { background-color: rgb(172,233,254); }

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

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

 span { border-color: rgb(172,233,254); }

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