#65ACC0

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

Shades of Fountain Blue #65ACC0

Tints of Fountain Blue #65ACC0

Color information

#65ACC0 (or 0x65ACC0) is unknown color: approx Fountain Blue. HEX triplet: 65, AC and C0. RGB value is (101,172,192). Sum of RGB (Red+Green+Blue) = 101+172+192=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #65ACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACC0 is #9A533F. Grayscale: #989898. Windows color (decimal): -10113856 or 12627045. OLE color: 12627045.

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

Color convert

RGB101172192-
CMYK0.470.1000.25
HSL193.19º41.94%57.45%-
HSV(B)193.19º47.4%75.29%-
XYZ29.6336.0855.27-
YUV153.05149.9890.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.72%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=21.72%
G=36.99%
B=41.29%

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
Decimal1011721920.470.1000.25193.1941.9457.45
Hex65ACC02FA019c12a39
Octal14525430057120313015271
Binary11001011010110011000000101111101001100111000001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,172,192); }

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

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

 a { background-color: rgb(101,172,192); }

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

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

 span { border-color: rgb(101,172,192); }

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