Html Css Color HEX #5CB4BA Fountain Blue

📋 copy color: '#5CB4BA'

red 92 ◦ green 180 ◦ blue 186

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

Shades of Fountain Blue #5CB4BA

Tints of Fountain Blue #5CB4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.3%

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

R = 20.09%
G = 39.3%
B = 40.61%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5CB4BA (or 0x5CB4BA) is known color: Fountain Blue. HEX triplet: 5C, B4 and BA. RGB value is (92,180,186). Sum of RGB (Red+Green+Blue) = 92+180+186=458 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.09% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #5CB4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB4BA is #A34B45. Grayscale: #9A9A9A. Windows color (decimal): -10701638 or 12235868. OLE color: 12235868.

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

Color convert

RGB 92 180 186 -
CMYK 0.51 0.03 0 0.27
HSL 183.83º 0.41% 0.55% -
HSV(B) 183.83º 0.51% 0.73% -
XYZ 29.6 38.46 52.32 -
YUV 154.37 145.85 83.51 -
System Red Green Blue C M Y K H S L
Decimal 92 180 186 0.51 0.03 0 0.27 183.83 0.41 0.55
Hex 5C B4 BA 33 3 0 1B B8 29 37
Octal 134 264 272 63 3 0 33 270 51 67
Binary 1011100 10110100 10111010 110011 11 0 11011 10111000 101001 110111

Color Harmonies of #5CB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB4BA

Black with #5CB4BA

Text Example


Text Example

White with #5CB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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