#63ADBA

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

Shades of Fountain Blue #63ADBA

Tints of Fountain Blue #63ADBA

Color information

#63ADBA (or 0x63ADBA) is unknown color: approx Fountain Blue. HEX triplet: 63, AD and BA. RGB value is (99,173,186). Sum of RGB (Red+Green+Blue) = 99+173+186=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #63ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADBA is #9C5245. Grayscale: #989898. Windows color (decimal): -10244678 or 12234083. OLE color: 12234083.

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

Color convert

RGB99173186-
CMYK0.470.0700.27
HSL188.97º38.67%55.88%-
HSV(B)188.97º46.77%72.94%-
XYZ28.9536.0851.89-
YUV152.36146.9889.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.62%
GREEN value IS 173 (67.97% from 255) = 37.77%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=21.62%
G=37.77%
B=40.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991731860.470.0700.27188.9738.6755.88
Hex63ADBA2F701Bbd2738
Octal1432552725770332754770
Binary1100011101011011011101010111111101101110111101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,173,186); }

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

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

 a { background-color: rgb(99,173,186); }

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

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

 span { border-color: rgb(99,173,186); }

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