#63BBBE

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

Shades of Fountain Blue #63BBBE

Tints of Fountain Blue #63BBBE

Color information

#63BBBE (or 0x63BBBE) is unknown color: approx Fountain Blue. HEX triplet: 63, BB and BE. RGB value is (99,187,190). Sum of RGB (Red+Green+Blue) = 99+187+190=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #63BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BBBE is #9C4441. Grayscale: #A0A0A0. Windows color (decimal): -10241090 or 12499811. OLE color: 12499811.

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

Color convert

RGB99187190-
CMYK0.480.0200.25
HSL181.98º41.18%56.67%-
HSV(B)181.98º47.89%74.51%-
XYZ32.2141.9155.11-
YUV161.03144.3583.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.80%
GREEN value IS 187 (73.44% from 255) = 39.29%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=20.80%
G=39.29%
B=39.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991871900.480.0200.25181.9841.1856.67
Hex63BBBE302019b62939
Octal1432732766020312665171
Binary110001110111011101111101100001001100110110110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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