#5FBAC1

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

Shades of Fountain Blue #5FBAC1

Tints of Fountain Blue #5FBAC1

Color information

#5FBAC1 (or 0x5FBAC1) is unknown color: approx Fountain Blue. HEX triplet: 5F, BA and C1. RGB value is (95,186,193). Sum of RGB (Red+Green+Blue) = 95+186+193=474 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.04% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #5FBAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBAC1 is #A0453E. Grayscale: #9F9F9F. Windows color (decimal): -10503487 or 12696159. OLE color: 12696159.

HSL color Cylindrical-coordinate representation of color #5FBAC1: hue angle of 184.29º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FBAC1 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB95186193-
CMYK0.510.0400.24
HSL184.29º44.14%56.47%-
HSV(B)184.29º50.78%75.69%-
XYZ31.941.456.76-
YUV159.59146.8581.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.04%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 193 (75.78% from 255) = 40.72%
R=20.04%
G=39.24%
B=40.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951861930.510.0400.24184.2944.1456.47
Hex5FBAC1334018b82c38
Octal1372723016340302705470
Binary1011111101110101100000111001110001100010111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,186,193); }

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

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

 a { background-color: rgb(95,186,193); }

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

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

 span { border-color: rgb(95,186,193); }

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