#65BAB8

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

Shades of Fountain Blue #65BAB8

Tints of Fountain Blue #65BAB8

Color information

#65BAB8 (or 0x65BAB8) is unknown color: approx Fountain Blue. HEX triplet: 65, BA and B8. RGB value is (101,186,184). Sum of RGB (Red+Green+Blue) = 101+186+184=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #65BAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BAB8 is #9A4547. Grayscale: #A0A0A0. Windows color (decimal): -10110280 or 12106341. OLE color: 12106341.

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

Color convert

RGB101186184-
CMYK0.4600.010.27
HSL178.59º38.12%56.27%-
HSV(B)178.59º45.7%72.94%-
XYZ31.5841.3551.66-
YUV160.36141.3485.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.44%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 184 (72.27% from 255) = 39.07%
R=21.44%
G=39.49%
B=39.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011861840.4600.010.27178.5938.1256.27
Hex65BAB82E011Bb32638
Octal1452722705601332634670
Binary11001011011101010111000101110011101110110011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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