Html Css Color HEX #5CBCBE Fountain Blue

📋 copy color: '#5CBCBE'

red 92 ◦ green 188 ◦ blue 190

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

Shades of Fountain Blue #5CBCBE

Tints of Fountain Blue #5CBCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 19.57%
G = 40%
B = 40.43%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5CBCBE (or 0x5CBCBE) is known color: Fountain Blue. HEX triplet: 5C, BC and BE. RGB value is (92,188,190). Sum of RGB (Red+Green+Blue) = 92+188+190=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #5CBCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBCBE is #A34341. Grayscale: #9F9F9F. Windows color (decimal): -10699586 or 12500060. OLE color: 12500060.

HSL color Cylindrical-coordinate representation of color #5CBCBE: hue angle of 181.22º degrees, saturation: 0.43, 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 #5CBCBE is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 188 190 -
CMYK 0.52 0.01 0 0.25
HSL 181.22º 0.43% 0.55% -
HSV(B) 181.22º 0.52% 0.75% -
XYZ 31.69 41.96 55.14 -
YUV 159.52 145.2 79.84 -
System Red Green Blue C M Y K H S L
Decimal 92 188 190 0.52 0.01 0 0.25 181.22 0.43 0.55
Hex 5C BC BE 34 1 0 19 B5 2B 37
Octal 134 274 276 64 1 0 31 265 53 67
Binary 1011100 10111100 10111110 110100 1 0 11001 10110101 101011 110111

Color Harmonies of #5CBCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBCBE

Black with #5CBCBE

Text Example


Text Example

White with #5CBCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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