#63BBBD

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

Shades of Fountain Blue #63BBBD

Tints of Fountain Blue #63BBBD

Color information

#63BBBD (or 0x63BBBD) is unknown color: approx Fountain Blue. HEX triplet: 63, BB and BD. RGB value is (99,187,189). Sum of RGB (Red+Green+Blue) = 99+187+189=475 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.84% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #63BBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BBBD is #9C4442. Grayscale: #A0A0A0. Windows color (decimal): -10241091 or 12434275. OLE color: 12434275.

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

Color convert

RGB99187189-
CMYK0.480.0100.26
HSL181.33º40.54%56.47%-
HSV(B)181.33º47.62%74.12%-
XYZ32.141.8754.53-
YUV160.92143.8583.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.84%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=20.84%
G=39.37%
B=39.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991871890.480.0100.26181.3340.5456.47
Hex63BBBD30101Ab52938
Octal1432732756010322655170
Binary11000111011101110111101110000101101010110101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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