#63ACBB

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

Shades of Fountain Blue #63ACBB

Tints of Fountain Blue #63ACBB

Color information

#63ACBB (or 0x63ACBB) is unknown color: approx Fountain Blue. HEX triplet: 63, AC and BB. RGB value is (99,172,187). Sum of RGB (Red+Green+Blue) = 99+172+187=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #63ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACBB is #9C5344. Grayscale: #979797. Windows color (decimal): -10244933 or 12299363. OLE color: 12299363.

HSL color Cylindrical-coordinate representation of color #63ACBB: hue angle of 190.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63ACBB is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99172187-
CMYK0.470.0800.27
HSL190.23º39.29%56.08%-
HSV(B)190.23º47.06%73.33%-
XYZ28.8735.7552.39-
YUV151.88147.8290.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.62%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=21.62%
G=37.55%
B=40.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991721870.470.0800.27190.2339.2956.08
Hex63ACBB2F801Bbe2738
Octal14325427357100332764770
Binary11000111010110010111011101111100001101110111110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63ACBB; }

 p { color: rgb(99,172,187); }

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

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

 a { background-color: rgb(99,172,187); }

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

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

 span { border-color: rgb(99,172,187); }

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