#63AFBB

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

Shades of Fountain Blue #63AFBB

Tints of Fountain Blue #63AFBB

Color information

#63AFBB (or 0x63AFBB) is unknown color: approx Fountain Blue. HEX triplet: 63, AF and BB. RGB value is (99,175,187). Sum of RGB (Red+Green+Blue) = 99+175+187=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #63AFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFBB is #9C5044. Grayscale: #999999. Windows color (decimal): -10244165 or 12300131. OLE color: 12300131.

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

Color convert

RGB99175187-
CMYK0.470.0600.27
HSL188.18º39.29%56.08%-
HSV(B)188.18º47.06%73.33%-
XYZ29.4536.952.58-
YUV153.64146.8289.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.48%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=21.48%
G=37.96%
B=40.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991751870.470.0600.27188.1839.2956.08
Hex63AFBB2F601Bbc2738
Octal1432572735760332744770
Binary1100011101011111011101110111111001101110111100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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