Html Css Color HEX #5CB2BE Fountain Blue

📋 copy color: '#5CB2BE'

red 92 ◦ green 178 ◦ blue 190

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

Shades of Fountain Blue #5CB2BE

Tints of Fountain Blue #5CB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.7%

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

R = 20%
G = 38.7%
B = 41.3%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5CB2BE (or 0x5CB2BE) is known color: Fountain Blue. HEX triplet: 5C, B2 and BE. RGB value is (92,178,190). Sum of RGB (Red+Green+Blue) = 92+178+190=460 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #5CB2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB2BE is #A34D41. Grayscale: #999999. Windows color (decimal): -10702146 or 12497500. OLE color: 12497500.

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

Color convert

RGB 92 178 190 -
CMYK 0.52 0.06 0 0.25
HSL 187.35º 0.43% 0.55% -
HSV(B) 187.35º 0.52% 0.75% -
XYZ 29.63 37.83 54.46 -
YUV 153.65 148.51 84.02 -
System Red Green Blue C M Y K H S L
Decimal 92 178 190 0.52 0.06 0 0.25 187.35 0.43 0.55
Hex 5C B2 BE 34 6 0 19 BB 2B 37
Octal 134 262 276 64 6 0 31 273 53 67
Binary 1011100 10110010 10111110 110100 110 0 11001 10111011 101011 110111

Color Harmonies of #5CB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB2BE

Black with #5CB2BE

Text Example


Text Example

White with #5CB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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