Html Css Color HEX #5CB9B2 Fountain Blue

📋 copy color: '#5CB9B2'

red 92 ◦ green 185 ◦ blue 178

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

Shades of Fountain Blue #5CB9B2

Tints of Fountain Blue #5CB9B2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.66%

 BLUE value IS 178 (69.92% from 255) = 39.12%

R = 20.22%
G = 40.66%
B = 39.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#5CB9B2 (or 0x5CB9B2) is known color: Fountain Blue. HEX triplet: 5C, B9 and B2. RGB value is (92,185,178). Sum of RGB (Red+Green+Blue) = 92+185+178=455 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.22% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB9B2 is #A3464D. Grayscale: #9C9C9C. Windows color (decimal): -10700366 or 11712860. OLE color: 11712860.

HSL color Cylindrical-coordinate representation of color #5CB9B2: hue angle of 175.48º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB9B2 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 185 178 -
CMYK 0.50 0 0.04 0.27
HSL 175.48º 0.4% 0.54% -
HSV(B) 175.48º 0.5% 0.73% -
XYZ 29.8 40.19 48.31 -
YUV 156.4 140.19 82.07 -
System Red Green Blue C M Y K H S L
Decimal 92 185 178 0.50 0 0.04 0.27 175.48 0.4 0.54
Hex 5C B9 B2 32 0 4 1B AF 28 36
Octal 134 271 262 62 0 4 33 257 50 66
Binary 1011100 10111001 10110010 110010 0 100 11011 10101111 101000 110110

Color Harmonies of #5CB9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB9B2

Black with #5CB9B2

Text Example


Text Example

White with #5CB9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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