#ACE2FE

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

Shades of Columbia Blue #ACE2FE

Tints of Columbia Blue #ACE2FE

Color information

#ACE2FE (or 0xACE2FE) is unknown color: approx Columbia Blue. HEX triplet: AC, E2 and FE. RGB value is (172,226,254). Sum of RGB (Red+Green+Blue) = 172+226+254=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACE2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2FE is #531D01. Grayscale: #D4D4D4. Windows color (decimal): -5446914 or 16704172. OLE color: 16704172.

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

Color convert

RGB172226254-
CMYK0.320.1100.00
HSL200.49º97.62%83.53%-
HSV(B)200.49º32.28%99.61%-
XYZ62.170.32104.07-
YUV213.05151.1198.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.38%
GREEN value IS 226 (88.67% from 255) = 34.66%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=26.38%
G=34.66%
B=38.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722262540.320.1100.00200.4997.6283.53
HexACE2FE20B00c86254
Octal254342376401300310142124
Binary1010110011100010111111101000001011001100100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE2FE; }

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

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

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

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

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

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

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

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