#63BEB8

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

Shades of Fountain Blue #63BEB8

Tints of Fountain Blue #63BEB8

Color information

#63BEB8 (or 0x63BEB8) is unknown color: approx Fountain Blue. HEX triplet: 63, BE and B8. RGB value is (99,190,184). Sum of RGB (Red+Green+Blue) = 99+190+184=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #63BEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BEB8 is #9C4147. Grayscale: #A2A2A2. Windows color (decimal): -10240328 or 12107363. OLE color: 12107363.

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

Color convert

RGB99190184-
CMYK0.4800.030.25
HSL176.04º41.18%56.67%-
HSV(B)176.04º47.89%74.51%-
XYZ32.2142.9451.94-
YUV162.11140.3582.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.93%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 184 (72.27% from 255) = 38.90%
R=20.93%
G=40.17%
B=38.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991901840.4800.030.25176.0441.1856.67
Hex63BEB8300319b02939
Octal1432762706003312605171
Binary110001110111110101110001100000111100110110000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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