#63ABBC

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

Shades of Fountain Blue #63ABBC

Tints of Fountain Blue #63ABBC

Color information

#63ABBC (or 0x63ABBC) is unknown color: approx Fountain Blue. HEX triplet: 63, AB and BC. RGB value is (99,171,188). Sum of RGB (Red+Green+Blue) = 99+171+188=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #63ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ABBC is #9C5443. Grayscale: #979797. Windows color (decimal): -10245188 or 12364643. OLE color: 12364643.

HSL color Cylindrical-coordinate representation of color #63ABBC: hue angle of 191.46º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63ABBC is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99171188-
CMYK0.470.0900.26
HSL191.46º39.91%56.27%-
HSV(B)191.46º47.34%73.73%-
XYZ28.7935.4152.89-
YUV151.41148.6590.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.62%
GREEN value IS 171 (67.19% from 255) = 37.34%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=21.62%
G=37.34%
B=41.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991711880.470.0900.26191.4639.9156.27
Hex63ABBC2F901Abf2838
Octal14325327457110322775070
Binary11000111010101110111100101111100101101010111111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,171,188); }

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

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

 a { background-color: rgb(99,171,188); }

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

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

 span { border-color: rgb(99,171,188); }

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