#63A5B2

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

Shades of Fountain Blue #63A5B2

Tints of Fountain Blue #63A5B2

Color information

#63A5B2 (or 0x63A5B2) is unknown color: approx Fountain Blue. HEX triplet: 63, A5 and B2. RGB value is (99,165,178). Sum of RGB (Red+Green+Blue) = 99+165+178=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 178 - color contains mainly: blue. Hex color #63A5B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A5B2 is #9C5A4D. Grayscale: #929292. Windows color (decimal): -10246734 or 11707747. OLE color: 11707747.

HSL color Cylindrical-coordinate representation of color #63A5B2: hue angle of 189.87º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63A5B2 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB99165178-
CMYK0.440.0700.30
HSL189.87º33.91%54.31%-
HSV(B)189.87º44.38%69.8%-
XYZ26.6432.7847.04-
YUV146.75145.6393.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.40%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 178 (69.92% from 255) = 40.27%
R=22.40%
G=37.33%
B=40.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal991651780.440.0700.30189.8733.9154.31
Hex63A5B22C701Ebe2236
Octal1432452625470362764266
Binary1100011101001011011001010110011101111010111110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,165,178); }

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

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

 a { background-color: rgb(99,165,178); }

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

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

 span { border-color: rgb(99,165,178); }

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