#63ADBF

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

Shades of Fountain Blue #63ADBF

Tints of Fountain Blue #63ADBF

Color information

#63ADBF (or 0x63ADBF) is unknown color: approx Fountain Blue. HEX triplet: 63, AD and BF. RGB value is (99,173,191). Sum of RGB (Red+Green+Blue) = 99+173+191=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #63ADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADBF is #9C5240. Grayscale: #989898. Windows color (decimal): -10244673 or 12561763. OLE color: 12561763.

HSL color Cylindrical-coordinate representation of color #63ADBF: hue angle of 191.74º 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 #63ADBF is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99173191-
CMYK0.480.0900.25
HSL191.74º41.82%56.86%-
HSV(B)191.74º48.17%74.9%-
XYZ29.4936.354.74-
YUV152.93149.4889.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.38%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 191 (75% from 255) = 41.25%
R=21.38%
G=37.37%
B=41.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991731910.480.0900.25191.7441.8256.86
Hex63ADBF309019c02a39
Octal14325527760110313005271
Binary11000111010110110111111110000100101100111000000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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