#63AFB8

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

Shades of Fountain Blue #63AFB8

Tints of Fountain Blue #63AFB8

Color information

#63AFB8 (or 0x63AFB8) is unknown color: approx Fountain Blue. HEX triplet: 63, AF and B8. RGB value is (99,175,184). Sum of RGB (Red+Green+Blue) = 99+175+184=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 184 - color contains mainly: blue. Hex color #63AFB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFB8 is #9C5047. Grayscale: #999999. Windows color (decimal): -10244168 or 12103523. OLE color: 12103523.

HSL color Cylindrical-coordinate representation of color #63AFB8: hue angle of 186.35º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63AFB8 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB99175184-
CMYK0.460.0500.28
HSL186.35º37.44%55.49%-
HSV(B)186.35º46.2%72.16%-
XYZ29.1336.7750.91-
YUV153.3145.3289.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.62%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 184 (72.27% from 255) = 40.17%
R=21.62%
G=38.21%
B=40.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal991751840.460.0500.28186.3537.4455.49
Hex63AFB82E501Cba2537
Octal1432572705650342724567
Binary1100011101011111011100010111010101110010111010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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