#ACE6FD

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

Shades of Columbia Blue #ACE6FD

Tints of Columbia Blue #ACE6FD

Color information

#ACE6FD (or 0xACE6FD) is unknown color: approx Columbia Blue. HEX triplet: AC, E6 and FD. RGB value is (172,230,253). Sum of RGB (Red+Green+Blue) = 172+230+253=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACE6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6FD is #531902. Grayscale: #D7D7D7. Windows color (decimal): -5445891 or 16639660. OLE color: 16639660.

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

Color convert

RGB172230253-
CMYK0.320.0900.01
HSL197.04º95.29%83.33%-
HSV(B)197.04º32.02%99.22%-
XYZ63.0472.46103.59-
YUV215.28149.2897.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.26%
GREEN value IS 230 (90.23% from 255) = 35.11%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=26.26%
G=35.11%
B=38.63%

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
Decimal1722302530.320.0900.01197.0495.2983.33
HexACE6FD20901c55f53
Octal254346375401101305137123
Binary1010110011100110111111011000001001011100010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE6FD; }

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

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

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

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

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

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

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

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