#63ACB0

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

Shades of Fountain Blue #63ACB0

Tints of Fountain Blue #63ACB0

Color information

#63ACB0 (or 0x63ACB0) is unknown color: approx Fountain Blue. HEX triplet: 63, AC and B0. RGB value is (99,172,176). Sum of RGB (Red+Green+Blue) = 99+172+176=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 176 - color contains mainly: blue. Hex color #63ACB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ACB0 is #9C534F. Grayscale: #969696. Windows color (decimal): -10244944 or 11578467. OLE color: 11578467.

HSL color Cylindrical-coordinate representation of color #63ACB0: hue angle of 183.12º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63ACB0 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB99172176-
CMYK0.440.0200.31
HSL183.12º32.77%53.92%-
HSV(B)183.12º43.75%69.02%-
XYZ27.7335.2946.42-
YUV150.63142.3291.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.15%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 176 (69.14% from 255) = 39.37%
R=22.15%
G=38.48%
B=39.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991721760.440.0200.31183.1232.7753.92
Hex63ACB02C201Fb72136
Octal1432542605420372674166
Binary110001110101100101100001011001001111110110111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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