#65AFBF

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

Shades of Fountain Blue #65AFBF

Tints of Fountain Blue #65AFBF

Color information

#65AFBF (or 0x65AFBF) is unknown color: approx Fountain Blue. HEX triplet: 65, AF and BF. RGB value is (101,175,191). Sum of RGB (Red+Green+Blue) = 101+175+191=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #65AFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFBF is #9A5040. Grayscale: #9A9A9A. Windows color (decimal): -10113089 or 12562277. OLE color: 12562277.

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

Color convert

RGB101175191-
CMYK0.470.0800.25
HSL190.67º41.28%57.25%-
HSV(B)190.67º47.12%74.9%-
XYZ30.137.1954.88-
YUV154.7148.4889.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.63%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 191 (75% from 255) = 40.90%
R=21.63%
G=37.47%
B=40.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011751910.470.0800.25190.6741.2857.25
Hex65AFBF2F8019bf2939
Octal14525727757100312775171
Binary11001011010111110111111101111100001100110111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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