#63ADB7

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

Shades of Fountain Blue #63ADB7

Tints of Fountain Blue #63ADB7

Color information

#63ADB7 (or 0x63ADB7) is unknown color: approx Fountain Blue. HEX triplet: 63, AD and B7. RGB value is (99,173,183). Sum of RGB (Red+Green+Blue) = 99+173+183=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 183 - color contains mainly: blue. Hex color #63ADB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADB7 is #9C5248. Grayscale: #979797. Windows color (decimal): -10244681 or 12037475. OLE color: 12037475.

HSL color Cylindrical-coordinate representation of color #63ADB7: hue angle of 187.14º 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 #63ADB7 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB99173183-
CMYK0.460.0500.28
HSL187.14º36.84%55.29%-
HSV(B)187.14º45.9%71.76%-
XYZ28.6435.9650.23-
YUV152.01145.4890.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.76%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 183 (71.88% from 255) = 40.22%
R=21.76%
G=38.02%
B=40.22%

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
Decimal991731830.460.0500.28187.1436.8455.29
Hex63ADB72E501Cbb2537
Octal1432552675650342734567
Binary1100011101011011011011110111010101110010111011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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