#65ABBF

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

Shades of Fountain Blue #65ABBF

Tints of Fountain Blue #65ABBF

Color information

#65ABBF (or 0x65ABBF) is unknown color: approx Fountain Blue. HEX triplet: 65, AB and BF. RGB value is (101,171,191). Sum of RGB (Red+Green+Blue) = 101+171+191=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #65ABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABBF is #9A5440. Grayscale: #989898. Windows color (decimal): -10114113 or 12561253. OLE color: 12561253.

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

Color convert

RGB101171191-
CMYK0.470.1000.25
HSL193.33º41.28%57.25%-
HSV(B)193.33º47.12%74.9%-
XYZ29.3335.6554.63-
YUV152.35149.8191.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.81%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 191 (75% from 255) = 41.25%
R=21.81%
G=36.93%
B=41.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011711910.470.1000.25193.3341.2857.25
Hex65ABBF2FA019c12939
Octal14525327757120313015171
Binary11001011010101110111111101111101001100111000001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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