#65B0B6

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

Shades of Fountain Blue #65B0B6

Tints of Fountain Blue #65B0B6

Color information

#65B0B6 (or 0x65B0B6) is unknown color: approx Fountain Blue. HEX triplet: 65, B0 and B6. RGB value is (101,176,182). Sum of RGB (Red+Green+Blue) = 101+176+182=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 182 - color contains mainly: blue. Hex color #65B0B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B0B6 is #9A4F49. Grayscale: #9A9A9A. Windows color (decimal): -10112842 or 11972709. OLE color: 11972709.

HSL color Cylindrical-coordinate representation of color #65B0B6: hue angle of 184.44º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B0B6 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB101176182-
CMYK0.450.0300.29
HSL184.44º35.68%55.49%-
HSV(B)184.44º44.51%71.37%-
XYZ29.3437.1949.89-
YUV154.26143.6590.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.00%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 182 (71.48% from 255) = 39.65%
R=22.00%
G=38.34%
B=39.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1011761820.450.0300.29184.4435.6855.49
Hex65B0B62D301Db82437
Octal1452602665530352704467
Binary110010110110000101101101011011101110110111000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,176,182); }

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

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

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

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

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

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

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