#65BCBE

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

Shades of Fountain Blue #65BCBE

Tints of Fountain Blue #65BCBE

Color information

#65BCBE (or 0x65BCBE) is unknown color: approx Fountain Blue. HEX triplet: 65, BC and BE. RGB value is (101,188,190). Sum of RGB (Red+Green+Blue) = 101+188+190=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #65BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCBE is #9A4341. Grayscale: #A2A2A2. Windows color (decimal): -10109762 or 12500069. OLE color: 12500069.

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

Color convert

RGB101188190-
CMYK0.470.0100.25
HSL181.35º40.64%57.06%-
HSV(B)181.35º46.84%74.51%-
XYZ32.6442.4555.19-
YUV162.22143.6884.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.09%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=21.09%
G=39.25%
B=39.67%

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
Decimal1011881900.470.0100.25181.3540.6457.06
Hex65BCBE2F1019b52939
Octal1452742765710312655171
Binary11001011011110010111110101111101100110110101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,188,190); }

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

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

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

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

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

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

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