Html Css Color HEX #5CB1BC Fountain Blue

📋 copy color: '#5CB1BC'

red 92 ◦ green 177 ◦ blue 188

#5CB1BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #5CB1BC

Tints of Fountain Blue #5CB1BC

RGB

 RED value IS 92 (36.33% from 255) = 20.13%

 GREEN value IS 177 (69.53% from 255) = 38.73%

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 20.13%
G = 38.73%
B = 41.14%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5CB1BC (or 0x5CB1BC) is known color: Fountain Blue. HEX triplet: 5C, B1 and BC. RGB value is (92,177,188). Sum of RGB (Red+Green+Blue) = 92+177+188=457 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.13% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #5CB1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB1BC is #A34E43. Grayscale: #989898. Windows color (decimal): -10702404 or 12366172. OLE color: 12366172.

HSL color Cylindrical-coordinate representation of color #5CB1BC: hue angle of 186.88º 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 #5CB1BC is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 177 188 -
CMYK 0.51 0.06 0 0.26
HSL 186.88º 0.42% 0.55% -
HSV(B) 186.88º 0.51% 0.74% -
XYZ 29.21 37.35 53.25 -
YUV 152.84 147.84 84.61 -
System Red Green Blue C M Y K H S L
Decimal 92 177 188 0.51 0.06 0 0.26 186.88 0.42 0.55
Hex 5C B1 BC 33 6 0 1A BB 2A 37
Octal 134 261 274 63 6 0 32 273 52 67
Binary 1011100 10110001 10111100 110011 110 0 11010 10111011 101010 110111

Color Harmonies of #5CB1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB1BC

Black with #5CB1BC

Text Example


Text Example

White with #5CB1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5CB1BC;
 }
 .AnyTagClassName
 {
   color: #5CB1BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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