#63BCBE

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

Shades of Fountain Blue #63BCBE

Tints of Fountain Blue #63BCBE

Color information

#63BCBE (or 0x63BCBE) is unknown color: approx Fountain Blue. HEX triplet: 63, BC and BE. RGB value is (99,188,190). Sum of RGB (Red+Green+Blue) = 99+188+190=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #63BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BCBE is #9C4341. Grayscale: #A1A1A1. Windows color (decimal): -10240834 or 12500067. OLE color: 12500067.

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

Color convert

RGB99188190-
CMYK0.480.0100.25
HSL181.32º41.18%56.67%-
HSV(B)181.32º47.89%74.51%-
XYZ32.4242.3455.18-
YUV161.62144.0183.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.75%
GREEN value IS 188 (73.83% from 255) = 39.41%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=20.75%
G=39.41%
B=39.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991881900.480.0100.25181.3241.1856.67
Hex63BCBE301019b52939
Octal1432742766010312655171
Binary11000111011110010111110110000101100110110101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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