#63BABA

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

Shades of Fountain Blue #63BABA

Tints of Fountain Blue #63BABA

Color information

#63BABA (or 0x63BABA) is unknown color: approx Fountain Blue. HEX triplet: 63, BA and BA. RGB value is (99,186,186). Sum of RGB (Red+Green+Blue) = 99+186+186=471 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.02% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #63BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BABA is #9C4545. Grayscale: #9F9F9F. Windows color (decimal): -10241350 or 12237411. OLE color: 12237411.

HSL color Cylindrical-coordinate representation of color #63BABA: hue angle of 180º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BABA is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99186186-
CMYK0.47000.27
HSL180º38.67%55.88%-
HSV(B)180º46.77%72.94%-
XYZ31.5741.3252.77-
YUV159.99142.6884.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.02%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=21.02%
G=39.49%
B=39.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991861860.47000.2718038.6755.88
Hex63BABA2F001Bb42738
Octal1432722725700332644770
Binary11000111011101010111010101111001101110110100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,186,186); }

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

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

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

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

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

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

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