#63B0BD

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

Shades of Fountain Blue #63B0BD

Tints of Fountain Blue #63B0BD

Color information

#63B0BD (or 0x63B0BD) is unknown color: approx Fountain Blue. HEX triplet: 63, B0 and BD. RGB value is (99,176,189). Sum of RGB (Red+Green+Blue) = 99+176+189=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #63B0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B0BD is #9C4F42. Grayscale: #9A9A9A. Windows color (decimal): -10243907 or 12431459. OLE color: 12431459.

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

Color convert

RGB99176189-
CMYK0.480.0700.26
HSL188.67º40.54%56.47%-
HSV(B)188.67º47.62%74.12%-
XYZ29.8637.3853.79-
YUV154.46147.4988.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.34%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=21.34%
G=37.93%
B=40.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991761890.480.0700.26188.6740.5456.47
Hex63B0BD30701Abd2938
Octal1432602756070322755170
Binary1100011101100001011110111000011101101010111101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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