#65B9C1

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

Shades of Fountain Blue #65B9C1

Tints of Fountain Blue #65B9C1

Color information

#65B9C1 (or 0x65B9C1) is unknown color: approx Fountain Blue. HEX triplet: 65, B9 and C1. RGB value is (101,185,193). Sum of RGB (Red+Green+Blue) = 101+185+193=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #65B9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B9C1 is #9A463E. Grayscale: #A0A0A0. Windows color (decimal): -10110527 or 12695909. OLE color: 12695909.

HSL color Cylindrical-coordinate representation of color #65B9C1: hue angle of 185.22º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65B9C1 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB101185193-
CMYK0.480.0400.24
HSL185.22º42.59%57.65%-
HSV(B)185.22º47.67%75.69%-
XYZ32.3441.3156.72-
YUV160.8146.1785.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.09%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=21.09%
G=38.62%
B=40.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011851930.480.0400.24185.2242.5957.65
Hex65B9C1304018b92b3a
Octal1452713016040302715372
Binary1100101101110011100000111000010001100010111001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,185,193); }

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

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

 a { background-color: rgb(101,185,193); }

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

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

 span { border-color: rgb(101,185,193); }

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