#65AFC0

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

Shades of Fountain Blue #65AFC0

Tints of Fountain Blue #65AFC0

Color information

#65AFC0 (or 0x65AFC0) is unknown color: approx Fountain Blue. HEX triplet: 65, AF and C0. RGB value is (101,175,192). Sum of RGB (Red+Green+Blue) = 101+175+192=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #65AFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFC0 is #9A503F. Grayscale: #9A9A9A. Windows color (decimal): -10113088 or 12627813. OLE color: 12627813.

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

Color convert

RGB101175192-
CMYK0.470.0900.25
HSL191.21º41.94%57.45%-
HSV(B)191.21º47.4%75.29%-
XYZ30.2137.2355.46-
YUV154.81148.9889.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.58%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 192 (75.39% from 255) = 41.03%
R=21.58%
G=37.39%
B=41.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011751920.470.0900.25191.2141.9457.45
Hex65AFC02F9019bf2a39
Octal14525730057110312775271
Binary11001011010111111000000101111100101100110111111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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