#63AFBA

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

Shades of Fountain Blue #63AFBA

Tints of Fountain Blue #63AFBA

Color information

#63AFBA (or 0x63AFBA) is unknown color: approx Fountain Blue. HEX triplet: 63, AF and BA. RGB value is (99,175,186). Sum of RGB (Red+Green+Blue) = 99+175+186=460 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.52% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #63AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFBA is #9C5045. Grayscale: #999999. Windows color (decimal): -10244166 or 12234595. OLE color: 12234595.

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

Color convert

RGB99175186-
CMYK0.470.0600.27
HSL187.59º38.67%55.88%-
HSV(B)187.59º46.77%72.94%-
XYZ29.3436.8652.02-
YUV153.53146.3289.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.52%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=21.52%
G=38.04%
B=40.43%

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
Decimal991751860.470.0600.27187.5938.6755.88
Hex63AFBA2F601Bbc2738
Octal1432572725760332744770
Binary1100011101011111011101010111111001101110111100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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