#65BDBF

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

Shades of Fountain Blue #65BDBF

Tints of Fountain Blue #65BDBF

Color information

#65BDBF (or 0x65BDBF) is unknown color: approx Fountain Blue. HEX triplet: 65, BD and BF. RGB value is (101,189,191). Sum of RGB (Red+Green+Blue) = 101+189+191=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #65BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDBF is #9A4240. Grayscale: #A2A2A2. Windows color (decimal): -10109505 or 12565861. OLE color: 12565861.

HSL color Cylindrical-coordinate representation of color #65BDBF: hue angle of 181.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 #65BDBF is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101189191-
CMYK0.470.0100.25
HSL181.33º41.28%57.25%-
HSV(B)181.33º47.12%74.9%-
XYZ32.9742.9255.84-
YUV162.92143.8583.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.00%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 191 (75% from 255) = 39.71%
R=21.00%
G=39.29%
B=39.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011891910.470.0100.25181.3341.2857.25
Hex65BDBF2F1019b52939
Octal1452752775710312655171
Binary11001011011110110111111101111101100110110101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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