#65ABBC

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

Shades of Fountain Blue #65ABBC

Tints of Fountain Blue #65ABBC

Color information

#65ABBC (or 0x65ABBC) is unknown color: approx Fountain Blue. HEX triplet: 65, AB and BC. RGB value is (101,171,188). Sum of RGB (Red+Green+Blue) = 101+171+188=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #65ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABBC is #9A5443. Grayscale: #979797. Windows color (decimal): -10114116 or 12364645. OLE color: 12364645.

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

Color convert

RGB101171188-
CMYK0.460.0900.26
HSL191.72º39.37%56.67%-
HSV(B)191.72º46.28%73.73%-
XYZ29.0135.5252.9-
YUV152.01148.3191.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.96%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 188 (73.83% from 255) = 40.87%
R=21.96%
G=37.17%
B=40.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011711880.460.0900.26191.7239.3756.67
Hex65ABBC2E901Ac02739
Octal14525327456110323004771
Binary11001011010101110111100101110100101101011000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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