Html Css Color HEX #5FB4BE Fountain Blue

📋 copy color: '#5FB4BE'

red 95 ◦ green 180 ◦ blue 190

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

Shades of Fountain Blue #5FB4BE

Tints of Fountain Blue #5FB4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.71%

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

R = 20.43%
G = 38.71%
B = 40.86%

CMYK

 C value IS 0.5

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5FB4BE (or 0x5FB4BE) is known color: Fountain Blue. HEX triplet: 5F, B4 and BE. RGB value is (95,180,190). Sum of RGB (Red+Green+Blue) = 95+180+190=465 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.43% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #5FB4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB4BE is #A04B41. Grayscale: #9B9B9B. Windows color (decimal): -10505026 or 12498015. OLE color: 12498015.

HSL color Cylindrical-coordinate representation of color #5FB4BE: hue angle of 186.32º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FB4BE is Cyan = 0.5, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 180 190 -
CMYK 0.5 0.05 0 0.25
HSL 186.32º 0.42% 0.56% -
HSV(B) 186.32º 0.5% 0.75% -
XYZ 30.33 38.79 54.6 -
YUV 155.73 147.34 84.69 -
System Red Green Blue C M Y K H S L
Decimal 95 180 190 0.5 0.05 0 0.25 186.32 0.42 0.56
Hex 5F B4 BE 32 5 0 19 BA 2A 38
Octal 137 264 276 62 5 0 31 272 52 70
Binary 1011111 10110100 10111110 110010 101 0 11001 10111010 101010 111000

Color Harmonies of #5FB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB4BE

Black with #5FB4BE

Text Example


Text Example

White with #5FB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,180,190); }

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

background-color css

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

 a { background-color: rgb(95,180,190); }

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

border-color css

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

 span { border-color: rgb(95,180,190); }

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