#5CB8BC

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

Shades of Fountain Blue #5CB8BC

Tints of Fountain Blue #5CB8BC

Color information

#5CB8BC (or 0x5CB8BC) is unknown color: approx Fountain Blue. HEX triplet: 5C, B8 and BC. RGB value is (92,184,188). Sum of RGB (Red+Green+Blue) = 92+184+188=464 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.83% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #5CB8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB8BC is #A34743. Grayscale: #9C9C9C. Windows color (decimal): -10700612 or 12367964. OLE color: 12367964.

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

Color convert

RGB92184188-
CMYK0.510.0200.26
HSL182.5º41.74%54.9%-
HSV(B)182.5º51.06%73.73%-
XYZ30.6340.1953.72-
YUV156.95145.5281.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.83%
GREEN value IS 184 (72.27% from 255) = 39.66%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=19.83%
G=39.66%
B=40.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal921841880.510.0200.26182.541.7454.9
Hex5CB8BC33201Ab62a37
Octal1342702746320322665267
Binary101110010111000101111001100111001101010110110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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