Html Css Color HEX #5CB7BA Fountain Blue

📋 copy color: '#5CB7BA'

red 92 ◦ green 183 ◦ blue 186

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

Shades of Fountain Blue #5CB7BA

Tints of Fountain Blue #5CB7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.7%

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 19.96%
G = 39.7%
B = 40.35%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5CB7BA (or 0x5CB7BA) is known color: Fountain Blue. HEX triplet: 5C, B7 and BA. RGB value is (92,183,186). Sum of RGB (Red+Green+Blue) = 92+183+186=461 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.96% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #5CB7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB7BA is #A34845. Grayscale: #9C9C9C. Windows color (decimal): -10700870 or 12236636. OLE color: 12236636.

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

Color convert

RGB 92 183 186 -
CMYK 0.51 0.02 0 0.27
HSL 181.91º 0.41% 0.55% -
HSV(B) 181.91º 0.51% 0.73% -
XYZ 30.21 39.69 52.52 -
YUV 156.13 144.85 82.26 -
System Red Green Blue C M Y K H S L
Decimal 92 183 186 0.51 0.02 0 0.27 181.91 0.41 0.55
Hex 5C B7 BA 33 2 0 1B B6 29 37
Octal 134 267 272 63 2 0 33 266 51 67
Binary 1011100 10110111 10111010 110011 10 0 11011 10110110 101001 110111

Color Harmonies of #5CB7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB7BA

Black with #5CB7BA

Text Example


Text Example

White with #5CB7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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