#63ABBF

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

Shades of Fountain Blue #63ABBF

Tints of Fountain Blue #63ABBF

Color information

#63ABBF (or 0x63ABBF) is unknown color: approx Fountain Blue. HEX triplet: 63, AB and BF. RGB value is (99,171,191). Sum of RGB (Red+Green+Blue) = 99+171+191=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #63ABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ABBF is #9C5440. Grayscale: #979797. Windows color (decimal): -10245185 or 12561251. OLE color: 12561251.

HSL color Cylindrical-coordinate representation of color #63ABBF: hue angle of 193.04º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63ABBF is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99171191-
CMYK0.480.1000.25
HSL193.04º41.82%56.86%-
HSV(B)193.04º48.17%74.9%-
XYZ29.1135.5454.62-
YUV151.75150.1590.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.48%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 191 (75% from 255) = 41.43%
R=21.48%
G=37.09%
B=41.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991711910.480.1000.25193.0441.8256.86
Hex63ABBF30A019c12a39
Octal14325327760120313015271
Binary11000111010101110111111110000101001100111000001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,171,191); }

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

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

 a { background-color: rgb(99,171,191); }

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

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

 span { border-color: rgb(99,171,191); }

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