#5FB8BC

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

Shades of Fountain Blue #5FB8BC

Tints of Fountain Blue #5FB8BC

Color information

#5FB8BC (or 0x5FB8BC) is unknown color: approx Fountain Blue. HEX triplet: 5F, B8 and BC. RGB value is (95,184,188). Sum of RGB (Red+Green+Blue) = 95+184+188=467 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.34% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #5FB8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB8BC is #A04743. Grayscale: #9D9D9D. Windows color (decimal): -10504004 or 12367967. OLE color: 12367967.

HSL color Cylindrical-coordinate representation of color #5FB8BC: hue angle of 182.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB8BC is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB95184188-
CMYK0.490.0200.26
HSL182.58º40.97%55.49%-
HSV(B)182.58º49.47%73.73%-
XYZ30.9440.3453.73-
YUV157.84145.0183.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.34%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=20.34%
G=39.40%
B=40.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal951841880.490.0200.26182.5840.9755.49
Hex5FB8BC31201Ab72937
Octal1372702746120322675167
Binary101111110111000101111001100011001101010110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,184,188); }

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

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

 a { background-color: rgb(95,184,188); }

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

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

 span { border-color: rgb(95,184,188); }

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