Html Css Color HEX #5FAFBF Fountain Blue

📋 copy color: '#5FAFBF'

red 95 ◦ green 175 ◦ blue 191

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

Shades of Fountain Blue #5FAFBF

Tints of Fountain Blue #5FAFBF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.96%

 BLUE value IS 191 (75% from 255) = 41.43%

R = 20.61%
G = 37.96%
B = 41.43%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5FAFBF (or 0x5FAFBF) is known color: Fountain Blue. HEX triplet: 5F, AF and BF. RGB value is (95,175,191). Sum of RGB (Red+Green+Blue) = 95+175+191=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #5FAFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFBF is #A05040. Grayscale: #989898. Windows color (decimal): -10506305 or 12562271. OLE color: 12562271.

HSL color Cylindrical-coordinate representation of color #5FAFBF: hue angle of 190º degrees, saturation: 0.43, 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 #5FAFBF is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 175 191 -
CMYK 0.50 0.08 0 0.25
HSL 190º 0.43% 0.56% -
HSV(B) 190º 0.5% 0.75% -
XYZ 29.45 36.85 54.85 -
YUV 152.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 95 175 191 0.50 0.08 0 0.25 190 0.43 0.56
Hex 5F AF BF 32 8 0 19 BE 2B 38
Octal 137 257 277 62 10 0 31 276 53 70
Binary 1011111 10101111 10111111 110010 1000 0 11001 10111110 101011 111000

Color Harmonies of #5FAFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAFBF

Black with #5FAFBF

Text Example


Text Example

White with #5FAFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,175,191); }

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

background-color css

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

 a { background-color: rgb(95,175,191); }

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

border-color css

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

 span { border-color: rgb(95,175,191); }

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