#63ADBB

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

Shades of Fountain Blue #63ADBB

Tints of Fountain Blue #63ADBB

Color information

#63ADBB (or 0x63ADBB) is unknown color: approx Fountain Blue. HEX triplet: 63, AD and BB. RGB value is (99,173,187). Sum of RGB (Red+Green+Blue) = 99+173+187=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #63ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADBB is #9C5244. Grayscale: #989898. Windows color (decimal): -10244677 or 12299619. OLE color: 12299619.

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

Color convert

RGB99173187-
CMYK0.470.0700.27
HSL189.55º39.29%56.08%-
HSV(B)189.55º47.06%73.33%-
XYZ29.0636.1352.46-
YUV152.47147.4889.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.57%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=21.57%
G=37.69%
B=40.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991731870.470.0700.27189.5539.2956.08
Hex63ADBB2F701Bbe2738
Octal1432552735770332764770
Binary1100011101011011011101110111111101101110111110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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