#63BABD

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

Shades of Fountain Blue #63BABD

Tints of Fountain Blue #63BABD

Color information

#63BABD (or 0x63BABD) is unknown color: approx Fountain Blue. HEX triplet: 63, BA and BD. RGB value is (99,186,189). Sum of RGB (Red+Green+Blue) = 99+186+189=474 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.89% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #63BABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BABD is #9C4542. Grayscale: #A0A0A0. Windows color (decimal): -10241347 or 12434019. OLE color: 12434019.

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

Color convert

RGB99186189-
CMYK0.480.0200.26
HSL182º40.54%56.47%-
HSV(B)182º47.62%74.12%-
XYZ31.8941.4454.46-
YUV160.33144.1884.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.89%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=20.89%
G=39.24%
B=39.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991861890.480.0200.2618240.5456.47
Hex63BABD30201Ab62938
Octal1432722756020322665170
Binary110001110111010101111011100001001101010110110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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