Html Css Color HEX #5FB9BC Fountain Blue

📋 copy color: '#5FB9BC'

red 95 ◦ green 185 ◦ blue 188

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

Shades of Fountain Blue #5FB9BC

Tints of Fountain Blue #5FB9BC

RGB

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

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

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

R = 20.3%
G = 39.53%
B = 40.17%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5FB9BC (or 0x5FB9BC) is known color: Fountain Blue. HEX triplet: 5F, B9 and BC. RGB value is (95,185,188). Sum of RGB (Red+Green+Blue) = 95+185+188=468 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.30% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #5FB9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB9BC is #A04643. Grayscale: #9E9E9E. Windows color (decimal): -10503748 or 12368223. OLE color: 12368223.

HSL color Cylindrical-coordinate representation of color #5FB9BC: hue angle of 181.94º 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 #5FB9BC is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 185 188 -
CMYK 0.49 0.02 0 0.26
HSL 181.94º 0.41% 0.55% -
HSV(B) 181.94º 0.49% 0.74% -
XYZ 31.15 40.76 53.8 -
YUV 158.43 144.68 82.76 -
System Red Green Blue C M Y K H S L
Decimal 95 185 188 0.49 0.02 0 0.26 181.94 0.41 0.55
Hex 5F B9 BC 31 2 0 1A B6 29 37
Octal 137 271 274 61 2 0 32 266 51 67
Binary 1011111 10111001 10111100 110001 10 0 11010 10110110 101001 110111

Color Harmonies of #5FB9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB9BC

Black with #5FB9BC

Text Example


Text Example

White with #5FB9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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