#65BABF

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

Shades of Fountain Blue #65BABF

Tints of Fountain Blue #65BABF

Color information

#65BABF (or 0x65BABF) is unknown color: approx Fountain Blue. HEX triplet: 65, BA and BF. RGB value is (101,186,191). Sum of RGB (Red+Green+Blue) = 101+186+191=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #65BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BABF is #9A4540. Grayscale: #A1A1A1. Windows color (decimal): -10110273 or 12565093. OLE color: 12565093.

HSL color Cylindrical-coordinate representation of color #65BABF: hue angle of 183.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BABF is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101186191-
CMYK0.470.0300.25
HSL183.33º41.28%57.25%-
HSV(B)183.33º47.12%74.9%-
XYZ32.3341.6555.62-
YUV161.15144.8485.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.13%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 191 (75% from 255) = 39.96%
R=21.13%
G=38.91%
B=39.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011861910.470.0300.25183.3341.2857.25
Hex65BABF2F3019b72939
Octal1452722775730312675171
Binary110010110111010101111111011111101100110110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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