#65AFBE

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

Shades of Fountain Blue #65AFBE

Tints of Fountain Blue #65AFBE

Color information

#65AFBE (or 0x65AFBE) is unknown color: approx Fountain Blue. HEX triplet: 65, AF and BE. RGB value is (101,175,190). Sum of RGB (Red+Green+Blue) = 101+175+190=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #65AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFBE is #9A5041. Grayscale: #9A9A9A. Windows color (decimal): -10113090 or 12496741. OLE color: 12496741.

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

Color convert

RGB101175190-
CMYK0.470.0800.25
HSL190.11º40.64%57.06%-
HSV(B)190.11º46.84%74.51%-
XYZ29.9937.1454.3-
YUV154.58147.9889.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.67%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=21.67%
G=37.55%
B=40.77%

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
Decimal1011751900.470.0800.25190.1140.6457.06
Hex65AFBE2F8019be2939
Octal14525727657100312765171
Binary11001011010111110111110101111100001100110111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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