#ACE6FE

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

Shades of Columbia Blue #ACE6FE

Tints of Columbia Blue #ACE6FE

Color information

#ACE6FE (or 0xACE6FE) is unknown color: approx Columbia Blue. HEX triplet: AC, E6 and FE. RGB value is (172,230,254). Sum of RGB (Red+Green+Blue) = 172+230+254=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACE6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6FE is #531901. Grayscale: #D7D7D7. Windows color (decimal): -5445890 or 16705196. OLE color: 16705196.

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

Color convert

RGB172230254-
CMYK0.320.0900.00
HSL197.56º97.62%83.53%-
HSV(B)197.56º32.28%99.61%-
XYZ63.272.52104.43-
YUV215.39149.7897.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.22%
GREEN value IS 230 (90.23% from 255) = 35.06%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=26.22%
G=35.06%
B=38.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722302540.320.0900.00197.5697.6283.53
HexACE6FE20900c66254
Octal254346376401100306142124
Binary1010110011100110111111101000001001001100011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE6FE; }

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

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

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

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

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

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

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

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