#65AFBA

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

Shades of Fountain Blue #65AFBA

Tints of Fountain Blue #65AFBA

Color information

#65AFBA (or 0x65AFBA) is unknown color: approx Fountain Blue. HEX triplet: 65, AF and BA. RGB value is (101,175,186). Sum of RGB (Red+Green+Blue) = 101+175+186=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #65AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFBA is #9A5045. Grayscale: #9A9A9A. Windows color (decimal): -10113094 or 12234597. OLE color: 12234597.

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

Color convert

RGB101175186-
CMYK0.460.0600.27
HSL187.76º38.12%56.27%-
HSV(B)187.76º45.7%72.94%-
XYZ29.5636.9752.03-
YUV154.13145.9890.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.86%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=21.86%
G=37.88%
B=40.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011751860.460.0600.27187.7638.1256.27
Hex65AFBA2E601Bbc2638
Octal1452572725660332744670
Binary1100101101011111011101010111011001101110111100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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