#65B2C2

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

Shades of Fountain Blue #65B2C2

Tints of Fountain Blue #65B2C2

Color information

#65B2C2 (or 0x65B2C2) is unknown color: approx Fountain Blue. HEX triplet: 65, B2 and C2. RGB value is (101,178,194). Sum of RGB (Red+Green+Blue) = 101+178+194=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #65B2C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B2C2 is #9A4D3D. Grayscale: #9C9C9C. Windows color (decimal): -10112318 or 12759653. OLE color: 12759653.

HSL color Cylindrical-coordinate representation of color #65B2C2: hue angle of 190.32º 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 #65B2C2 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB101178194-
CMYK0.480.0800.24
HSL190.32º43.26%57.84%-
HSV(B)190.32º47.94%76.08%-
XYZ31.0238.556.84-
YUV156.8148.9988.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.35%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 194 (76.17% from 255) = 41.01%
R=21.35%
G=37.63%
B=41.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011781940.480.0800.24190.3243.2657.84
Hex65B2C2308018be2b3a
Octal14526230260100302765372
Binary11001011011001011000010110000100001100010111110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,178,194); }

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

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

 a { background-color: rgb(101,178,194); }

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

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

 span { border-color: rgb(101,178,194); }

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