#ACE5FC

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

Shades of Columbia Blue #ACE5FC

Tints of Columbia Blue #ACE5FC

Color information

#ACE5FC (or 0xACE5FC) is unknown color: approx Columbia Blue. HEX triplet: AC, E5 and FC. RGB value is (172,229,252). Sum of RGB (Red+Green+Blue) = 172+229+252=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACE5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5FC is #531A03. Grayscale: #D6D6D6. Windows color (decimal): -5446148 or 16573868. OLE color: 16573868.

HSL color Cylindrical-coordinate representation of color #ACE5FC: hue angle of 197.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACE5FC is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172229252-
CMYK0.320.0900.01
HSL197.25º93.02%83.14%-
HSV(B)197.25º31.75%98.82%-
XYZ62.671.84102.66-
YUV214.58149.1297.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.34%
GREEN value IS 229 (89.84% from 255) = 35.07%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=26.34%
G=35.07%
B=38.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722292520.320.0900.01197.2593.0283.14
HexACE5FC20901c55d53
Octal254345374401101305135123
Binary1010110011100101111111001000001001011100010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE5FC; }

 p { color: rgb(172,229,252); }

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

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

 a { background-color: rgb(172,229,252); }

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

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

 span { border-color: rgb(172,229,252); }

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