#65BABA

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

Shades of Fountain Blue #65BABA

Tints of Fountain Blue #65BABA

Color information

#65BABA (or 0x65BABA) is unknown color: approx Fountain Blue. HEX triplet: 65, BA and BA. RGB value is (101,186,186). Sum of RGB (Red+Green+Blue) = 101+186+186=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #65BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BABA is #9A4545. Grayscale: #A0A0A0. Windows color (decimal): -10110278 or 12237413. OLE color: 12237413.

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

Color convert

RGB101186186-
CMYK0.46000.27
HSL180º38.12%56.27%-
HSV(B)180º45.7%72.94%-
XYZ31.7941.4352.78-
YUV160.58142.3485.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.35%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=21.35%
G=39.32%
B=39.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011861860.46000.2718038.1256.27
Hex65BABA2E001Bb42638
Octal1452722725600332644670
Binary11001011011101010111010101110001101110110100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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