#ACE4FE

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

Shades of Columbia Blue #ACE4FE

Tints of Columbia Blue #ACE4FE

Color information

#ACE4FE (or 0xACE4FE) is unknown color: approx Columbia Blue. HEX triplet: AC, E4 and FE. RGB value is (172,228,254). Sum of RGB (Red+Green+Blue) = 172+228+254=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACE4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4FE is #531B01. Grayscale: #D6D6D6. Windows color (decimal): -5446402 or 16704684. OLE color: 16704684.

HSL color Cylindrical-coordinate representation of color #ACE4FE: hue angle of 199.02º 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 #ACE4FE is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172228254-
CMYK0.320.1000.00
HSL199.02º97.62%83.53%-
HSV(B)199.02º32.28%99.61%-
XYZ62.6571.41104.25-
YUV214.22150.4597.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.30%
GREEN value IS 228 (89.45% from 255) = 34.86%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=26.30%
G=34.86%
B=38.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722282540.320.1000.00199.0297.6283.53
HexACE4FE20A00c76254
Octal254344376401200307142124
Binary1010110011100100111111101000001010001100011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE4FE; }

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

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

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

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

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

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

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

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