Html Css Color HEX #5BBDBE Fountain Blue

📋 copy color: '#5BBDBE'

red 91 ◦ green 189 ◦ blue 190

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

Shades of Fountain Blue #5BBDBE

Tints of Fountain Blue #5BBDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.21%

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

R = 19.36%
G = 40.21%
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

#5BBDBE (or 0x5BBDBE) is known color: Fountain Blue. HEX triplet: 5B, BD and BE. RGB value is (91,189,190). Sum of RGB (Red+Green+Blue) = 91+189+190=470 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.36% from 470); Green value is 189 (74.22% from 255 or 40.21% 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 #5BBDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBDBE is #A44241. Grayscale: #9F9F9F. Windows color (decimal): -10764866 or 12500315. OLE color: 12500315.

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

Color convert

RGB 91 189 190 -
CMYK 0.52 0.01 0 0.25
HSL 180.61º 0.43% 0.55% -
HSV(B) 180.61º 0.52% 0.75% -
XYZ 31.81 42.34 55.21 -
YUV 159.81 145.03 78.92 -
System Red Green Blue C M Y K H S L
Decimal 91 189 190 0.52 0.01 0 0.25 180.61 0.43 0.55
Hex 5B BD BE 34 1 0 19 B5 2B 37
Octal 133 275 276 64 1 0 31 265 53 67
Binary 1011011 10111101 10111110 110100 1 0 11001 10110101 101011 110111

Color Harmonies of #5BBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBDBE

Black with #5BBDBE

Text Example


Text Example

White with #5BBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,189,190); }

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

background-color css

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

 a { background-color: rgb(91,189,190); }

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

border-color css

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

 span { border-color: rgb(91,189,190); }

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