#65ABBD

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

Shades of Fountain Blue #65ABBD

Tints of Fountain Blue #65ABBD

Color information

#65ABBD (or 0x65ABBD) is unknown color: approx Fountain Blue. HEX triplet: 65, AB and BD. RGB value is (101,171,189). Sum of RGB (Red+Green+Blue) = 101+171+189=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #65ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABBD is #9A5442. Grayscale: #979797. Windows color (decimal): -10114115 or 12430181. OLE color: 12430181.

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

Color convert

RGB101171189-
CMYK0.470.1000.26
HSL192.27º40%56.86%-
HSV(B)192.27º46.56%74.12%-
XYZ29.1235.5753.47-
YUV152.12148.8191.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.91%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=21.91%
G=37.09%
B=41.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011711890.470.1000.26192.274056.86
Hex65ABBD2FA01Ac02839
Octal14525327557120323005071
Binary11001011010101110111101101111101001101011000000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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