#65ADB1

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

Shades of Fountain Blue #65ADB1

Tints of Fountain Blue #65ADB1

Color information

#65ADB1 (or 0x65ADB1) is unknown color: approx Fountain Blue. HEX triplet: 65, AD and B1. RGB value is (101,173,177). Sum of RGB (Red+Green+Blue) = 101+173+177=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 177 - color contains mainly: blue. Hex color #65ADB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ADB1 is #9A524E. Grayscale: #979797. Windows color (decimal): -10113615 or 11644261. OLE color: 11644261.

HSL color Cylindrical-coordinate representation of color #65ADB1: hue angle of 183.16º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65ADB1 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB101173177-
CMYK0.430.0200.31
HSL183.16º32.76%54.51%-
HSV(B)183.16º42.94%69.41%-
XYZ28.2535.8347.02-
YUV151.93142.1591.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.39%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 177 (69.53% from 255) = 39.25%
R=22.39%
G=38.36%
B=39.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011731770.430.0200.31183.1632.7654.51
Hex65ADB12B201Fb72137
Octal1452552615320372674167
Binary110010110101101101100011010111001111110110111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,173,177); }

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

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

 a { background-color: rgb(101,173,177); }

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

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

 span { border-color: rgb(101,173,177); }

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