Html Css Color HEX #5FB7BC Fountain Blue

📋 copy color: '#5FB7BC'

red 95 ◦ green 183 ◦ blue 188

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

Shades of Fountain Blue #5FB7BC

Tints of Fountain Blue #5FB7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.27%

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 20.39%
G = 39.27%
B = 40.34%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5FB7BC (or 0x5FB7BC) is known color: Fountain Blue. HEX triplet: 5F, B7 and BC. RGB value is (95,183,188). Sum of RGB (Red+Green+Blue) = 95+183+188=466 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.39% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #5FB7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB7BC is #A04843. Grayscale: #9D9D9D. Windows color (decimal): -10504260 or 12367711. OLE color: 12367711.

HSL color Cylindrical-coordinate representation of color #5FB7BC: hue angle of 183.23º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB7BC is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 183 188 -
CMYK 0.49 0.03 0 0.26
HSL 183.23º 0.41% 0.55% -
HSV(B) 183.23º 0.49% 0.74% -
XYZ 30.73 39.93 53.66 -
YUV 157.26 145.35 83.59 -
System Red Green Blue C M Y K H S L
Decimal 95 183 188 0.49 0.03 0 0.26 183.23 0.41 0.55
Hex 5F B7 BC 31 3 0 1A B7 29 37
Octal 137 267 274 61 3 0 32 267 51 67
Binary 1011111 10110111 10111100 110001 11 0 11010 10110111 101001 110111

Color Harmonies of #5FB7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB7BC

Black with #5FB7BC

Text Example


Text Example

White with #5FB7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,183,188); }

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

background-color css

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

 a { background-color: rgb(95,183,188); }

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

border-color css

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

 span { border-color: rgb(95,183,188); }

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