#63B0BC

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

Shades of Fountain Blue #63B0BC

Tints of Fountain Blue #63B0BC

Color information

#63B0BC (or 0x63B0BC) is unknown color: approx Fountain Blue. HEX triplet: 63, B0 and BC. RGB value is (99,176,188). Sum of RGB (Red+Green+Blue) = 99+176+188=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #63B0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B0BC is #9C4F43. Grayscale: #9A9A9A. Windows color (decimal): -10243908 or 12365923. OLE color: 12365923.

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

Color convert

RGB99176188-
CMYK0.470.0600.26
HSL188.09º39.91%56.27%-
HSV(B)188.09º47.34%73.73%-
XYZ29.7537.3353.22-
YUV154.35146.9988.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.38%
GREEN value IS 176 (69.14% from 255) = 38.01%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=21.38%
G=38.01%
B=40.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991761880.470.0600.26188.0939.9156.27
Hex63B0BC2F601Abc2838
Octal1432602745760322745070
Binary1100011101100001011110010111111001101010111100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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