#5CBBBF

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

Shades of Fountain Blue #5CBBBF

Tints of Fountain Blue #5CBBBF

Color information

#5CBBBF (or 0x5CBBBF) is unknown color: approx Fountain Blue. HEX triplet: 5C, BB and BF. RGB value is (92,187,191). Sum of RGB (Red+Green+Blue) = 92+187+191=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #5CBBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBBBF is #A34440. Grayscale: #9E9E9E. Windows color (decimal): -10699841 or 12565340. OLE color: 12565340.

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

Color convert

RGB92187191-
CMYK0.520.0200.25
HSL182.42º43.61%55.49%-
HSV(B)182.42º51.83%74.9%-
XYZ31.5941.5855.65-
YUV159.05146.0380.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.57%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 191 (75% from 255) = 40.64%
R=19.57%
G=39.79%
B=40.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921871910.520.0200.25182.4243.6155.49
Hex5CBBBF342019b62c37
Octal1342732776420312665467
Binary101110010111011101111111101001001100110110110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,187,191); }

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

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

 a { background-color: rgb(92,187,191); }

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

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

 span { border-color: rgb(92,187,191); }

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