#65ADBB

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

Shades of Fountain Blue #65ADBB

Tints of Fountain Blue #65ADBB

Color information

#65ADBB (or 0x65ADBB) is unknown color: approx Fountain Blue. HEX triplet: 65, AD and BB. RGB value is (101,173,187). Sum of RGB (Red+Green+Blue) = 101+173+187=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #65ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADBB is #9A5244. Grayscale: #989898. Windows color (decimal): -10113605 or 12299621. OLE color: 12299621.

HSL color Cylindrical-coordinate representation of color #65ADBB: hue angle of 189.77º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65ADBB is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB101173187-
CMYK0.460.0700.27
HSL189.77º38.74%56.47%-
HSV(B)189.77º45.99%73.33%-
XYZ29.2836.2452.47-
YUV153.07147.1590.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.91%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=21.91%
G=37.53%
B=40.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011731870.460.0700.27189.7738.7456.47
Hex65ADBB2E701Bbe2738
Octal1452552735670332764770
Binary1100101101011011011101110111011101101110111110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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