Html Css Color HEX #5FB0BA Fountain Blue

📋 copy color: '#5FB0BA'

red 95 ◦ green 176 ◦ blue 186

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

Shades of Fountain Blue #5FB0BA

Tints of Fountain Blue #5FB0BA

RGB

 RED value IS 95 (37.5% from 255) = 20.79%

 GREEN value IS 176 (69.14% from 255) = 38.51%

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

R = 20.79%
G = 38.51%
B = 40.7%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5FB0BA (or 0x5FB0BA) is known color: Fountain Blue. HEX triplet: 5F, B0 and BA. RGB value is (95,176,186). Sum of RGB (Red+Green+Blue) = 95+176+186=457 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.79% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #5FB0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FB0BA is #A04F45. Grayscale: #989898. Windows color (decimal): -10506054 or 12234847. OLE color: 12234847.

HSL color Cylindrical-coordinate representation of color #5FB0BA: hue angle of 186.59º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB0BA is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 176 186 -
CMYK 0.49 0.05 0 0.27
HSL 186.59º 0.4% 0.55% -
HSV(B) 186.59º 0.49% 0.73% -
XYZ 29.11 37.03 52.07 -
YUV 152.92 146.66 86.69 -
System Red Green Blue C M Y K H S L
Decimal 95 176 186 0.49 0.05 0 0.27 186.59 0.4 0.55
Hex 5F B0 BA 31 5 0 1B BB 28 37
Octal 137 260 272 61 5 0 33 273 50 67
Binary 1011111 10110000 10111010 110001 101 0 11011 10111011 101000 110111

Color Harmonies of #5FB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB0BA

Black with #5FB0BA

Text Example


Text Example

White with #5FB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,176,186); }

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

background-color css

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

 a { background-color: rgb(95,176,186); }

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

border-color css

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

 span { border-color: rgb(95,176,186); }

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