#63ACBE

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

Shades of Fountain Blue #63ACBE

Tints of Fountain Blue #63ACBE

Color information

#63ACBE (or 0x63ACBE) is unknown color: approx Fountain Blue. HEX triplet: 63, AC and BE. RGB value is (99,172,190). Sum of RGB (Red+Green+Blue) = 99+172+190=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #63ACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACBE is #9C5341. Grayscale: #989898. Windows color (decimal): -10244930 or 12495971. OLE color: 12495971.

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

Color convert

RGB99172190-
CMYK0.480.0900.25
HSL191.87º41.18%56.67%-
HSV(B)191.87º47.89%74.51%-
XYZ29.1935.8854.1-
YUV152.22149.3290.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.48%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=21.48%
G=37.31%
B=41.21%

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
Decimal991721900.480.0900.25191.8741.1856.67
Hex63ACBE309019c02939
Octal14325427660110313005171
Binary11000111010110010111110110000100101100111000000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,172,190); }

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

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

 a { background-color: rgb(99,172,190); }

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

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

 span { border-color: rgb(99,172,190); }

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