#5FBDC0

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

Shades of Fountain Blue #5FBDC0

Tints of Fountain Blue #5FBDC0

Color information

#5FBDC0 (or 0x5FBDC0) is unknown color: approx Fountain Blue. HEX triplet: 5F, BD and C0. RGB value is (95,189,192). Sum of RGB (Red+Green+Blue) = 95+189+192=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #5FBDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBDC0 is #A0423F. Grayscale: #A1A1A1. Windows color (decimal): -10502720 or 12631391. OLE color: 12631391.

HSL color Cylindrical-coordinate representation of color #5FBDC0: hue angle of 181.86º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FBDC0 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB95189192-
CMYK0.510.0200.25
HSL181.86º43.5%56.27%-
HSV(B)181.86º50.52%75.29%-
XYZ32.4342.6356.39-
YUV161.24145.3680.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.96%
GREEN value IS 189 (74.22% from 255) = 39.71%
BLUE value IS 192 (75.39% from 255) = 40.34%
R=19.96%
G=39.71%
B=40.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951891920.510.0200.25181.8643.556.27
Hex5FBDC0332019b62b38
Octal1372753006320312665370
Binary101111110111101110000001100111001100110110110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FBDC0; }

 p { color: rgb(95,189,192); }

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

<style>
 a { background-color: #5FBDC0; }

 a { background-color: rgb(95,189,192); }

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

<style>
 span { border-color: #5FBDC0; }

 span { border-color: rgb(95,189,192); }

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