#65AABC

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

Shades of Fountain Blue #65AABC

Tints of Fountain Blue #65AABC

Color information

#65AABC (or 0x65AABC) is unknown color: approx Fountain Blue. HEX triplet: 65, AA and BC. RGB value is (101,170,188). Sum of RGB (Red+Green+Blue) = 101+170+188=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #65AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AABC is #9A5543. Grayscale: #979797. Windows color (decimal): -10114372 or 12364389. OLE color: 12364389.

HSL color Cylindrical-coordinate representation of color #65AABC: hue angle of 192.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65AABC is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB101170188-
CMYK0.460.1000.26
HSL192.41º39.37%56.67%-
HSV(B)192.41º46.28%73.73%-
XYZ28.8235.1552.84-
YUV151.42148.6492.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.00%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=22.00%
G=37.04%
B=40.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011701880.460.1000.26192.4139.3756.67
Hex65AABC2EA01Ac02739
Octal14525227456120323004771
Binary11001011010101010111100101110101001101011000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,170,188); }

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

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

 a { background-color: rgb(101,170,188); }

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

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

 span { border-color: rgb(101,170,188); }

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