Html Css Color HEX #5BB9BA Fountain Blue

📋 copy color: '#5BB9BA'

red 91 ◦ green 185 ◦ blue 186

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

Shades of Fountain Blue #5BB9BA

Tints of Fountain Blue #5BB9BA

RGB

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

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

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

R = 19.7%
G = 40.04%
B = 40.26%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5BB9BA (or 0x5BB9BA) is known color: Fountain Blue. HEX triplet: 5B, B9 and BA. RGB value is (91,185,186). Sum of RGB (Red+Green+Blue) = 91+185+186=462 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.70% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #5BB9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB9BA is #A44645. Grayscale: #9C9C9C. Windows color (decimal): -10765894 or 12237147. OLE color: 12237147.

HSL color Cylindrical-coordinate representation of color #5BB9BA: hue angle of 180.63º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BB9BA is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 185 186 -
CMYK 0.51 0.01 0 0.27
HSL 180.63º 0.41% 0.54% -
HSV(B) 180.63º 0.51% 0.73% -
XYZ 30.53 40.47 52.66 -
YUV 157.01 144.36 80.92 -
System Red Green Blue C M Y K H S L
Decimal 91 185 186 0.51 0.01 0 0.27 180.63 0.41 0.54
Hex 5B B9 BA 33 1 0 1B B5 29 36
Octal 133 271 272 63 1 0 33 265 51 66
Binary 1011011 10111001 10111010 110011 1 0 11011 10110101 101001 110110

Color Harmonies of #5BB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB9BA

Black with #5BB9BA

Text Example


Text Example

White with #5BB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,185,186); }

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

background-color css

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

 a { background-color: rgb(91,185,186); }

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

border-color css

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

 span { border-color: rgb(91,185,186); }

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