#63ACBC

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

Shades of Fountain Blue #63ACBC

Tints of Fountain Blue #63ACBC

Color information

#63ACBC (or 0x63ACBC) is unknown color: approx Fountain Blue. HEX triplet: 63, AC and BC. RGB value is (99,172,188). Sum of RGB (Red+Green+Blue) = 99+172+188=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #63ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACBC is #9C5343. Grayscale: #979797. Windows color (decimal): -10244932 or 12364899. OLE color: 12364899.

HSL color Cylindrical-coordinate representation of color #63ACBC: hue angle of 190.79º 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 #63ACBC is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99172188-
CMYK0.470.0900.26
HSL190.79º39.91%56.27%-
HSV(B)190.79º47.34%73.73%-
XYZ28.9835.7952.96-
YUV152148.3290.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.57%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=21.57%
G=37.47%
B=40.96%

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
Decimal991721880.470.0900.26190.7939.9156.27
Hex63ACBC2F901Abf2838
Octal14325427457110322775070
Binary11000111010110010111100101111100101101010111111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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