#ACE5FD

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

Shades of Columbia Blue #ACE5FD

Tints of Columbia Blue #ACE5FD

Color information

#ACE5FD (or 0xACE5FD) is unknown color: approx Columbia Blue. HEX triplet: AC, E5 and FD. RGB value is (172,229,253). Sum of RGB (Red+Green+Blue) = 172+229+253=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACE5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5FD is #531A02. Grayscale: #D6D6D6. Windows color (decimal): -5446147 or 16639404. OLE color: 16639404.

HSL color Cylindrical-coordinate representation of color #ACE5FD: hue angle of 197.78º degrees, saturation: 0.95, 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 #ACE5FD is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172229253-
CMYK0.320.0900.01
HSL197.78º95.29%83.33%-
HSV(B)197.78º32.02%99.22%-
XYZ62.7671.9103.5-
YUV214.69149.6297.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.30%
GREEN value IS 229 (89.84% from 255) = 35.02%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=26.30%
G=35.02%
B=38.69%

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
Decimal1722292530.320.0900.01197.7895.2983.33
HexACE5FD20901c65f53
Octal254345375401101306137123
Binary1010110011100101111111011000001001011100011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE5FD; }

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

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

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

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

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

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

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

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