Html Css Color HEX #5BBFC0 Fountain Blue

📋 copy color: '#5BBFC0'

red 91 ◦ green 191 ◦ blue 192

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

Shades of Fountain Blue #5BBFC0

Tints of Fountain Blue #5BBFC0

RGB

 RED value IS 91 (35.94% from 255) = 19.2%

 GREEN value IS 191 (75% from 255) = 40.3%

 BLUE value IS 192 (75.39% from 255) = 40.51%

R = 19.2%
G = 40.3%
B = 40.51%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5BBFC0 (or 0x5BBFC0) is known color: Fountain Blue. HEX triplet: 5B, BF and C0. RGB value is (91,191,192). Sum of RGB (Red+Green+Blue) = 91+191+192=474 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.20% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #5BBFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBFC0 is #A4403F. Grayscale: #A1A1A1. Windows color (decimal): -10764352 or 12631899. OLE color: 12631899.

HSL color Cylindrical-coordinate representation of color #5BBFC0: hue angle of 180.59º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BBFC0 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 191 192 -
CMYK 0.53 0.01 0 0.25
HSL 180.59º 0.44% 0.55% -
HSV(B) 180.59º 0.53% 0.75% -
XYZ 32.46 43.29 56.51 -
YUV 161.21 145.37 77.92 -
System Red Green Blue C M Y K H S L
Decimal 91 191 192 0.53 0.01 0 0.25 180.59 0.44 0.55
Hex 5B BF C0 35 1 0 19 B5 2C 37
Octal 133 277 300 65 1 0 31 265 54 67
Binary 1011011 10111111 11000000 110101 1 0 11001 10110101 101100 110111

Color Harmonies of #5BBFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBFC0

Black with #5BBFC0

Text Example


Text Example

White with #5BBFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,191,192); }

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

background-color css

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

 a { background-color: rgb(91,191,192); }

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

border-color css

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

 span { border-color: rgb(91,191,192); }

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