Html Css Color HEX #5CBCB7 Fountain Blue

📋 copy color: '#5CBCB7'

red 92 ◦ green 188 ◦ blue 183

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

Shades of Fountain Blue #5CBCB7

Tints of Fountain Blue #5CBCB7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.6%

 BLUE value IS 183 (71.88% from 255) = 39.52%

R = 19.87%
G = 40.6%
B = 39.52%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#5CBCB7 (or 0x5CBCB7) is known color: Fountain Blue. HEX triplet: 5C, BC and B7. RGB value is (92,188,183). Sum of RGB (Red+Green+Blue) = 92+188+183=463 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.87% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBCB7 is #A34348. Grayscale: #9E9E9E. Windows color (decimal): -10699593 or 12041308. OLE color: 12041308.

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

Color convert

RGB 92 188 183 -
CMYK 0.51 0 0.03 0.26
HSL 176.88º 0.42% 0.55% -
HSV(B) 176.88º 0.51% 0.74% -
XYZ 30.94 41.66 51.21 -
YUV 158.73 141.7 80.41 -
System Red Green Blue C M Y K H S L
Decimal 92 188 183 0.51 0 0.03 0.26 176.88 0.42 0.55
Hex 5C BC B7 33 0 3 1A B1 2A 37
Octal 134 274 267 63 0 3 32 261 52 67
Binary 1011100 10111100 10110111 110011 0 11 11010 10110001 101010 110111

Color Harmonies of #5CBCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBCB7

Black with #5CBCB7

Text Example


Text Example

White with #5CBCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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