Html Css Color HEX #5FA8BC Fountain Blue

📋 copy color: '#5FA8BC'

red 95 ◦ green 168 ◦ blue 188

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

Shades of Fountain Blue #5FA8BC

Tints of Fountain Blue #5FA8BC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.25%

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

R = 21.06%
G = 37.25%
B = 41.69%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5FA8BC (or 0x5FA8BC) is known color: Fountain Blue. HEX triplet: 5F, A8 and BC. RGB value is (95,168,188). Sum of RGB (Red+Green+Blue) = 95+168+188=451 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.06% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #5FA8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA8BC is #A05743. Grayscale: #949494. Windows color (decimal): -10508100 or 12363871. OLE color: 12363871.

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

Color convert

RGB 95 168 188 -
CMYK 0.49 0.11 0 0.26
HSL 192.9º 0.41% 0.55% -
HSV(B) 192.9º 0.49% 0.74% -
XYZ 27.8 34.07 52.69 -
YUV 148.45 150.32 89.87 -
System Red Green Blue C M Y K H S L
Decimal 95 168 188 0.49 0.11 0 0.26 192.9 0.41 0.55
Hex 5F A8 BC 31 B 0 1A C1 29 37
Octal 137 250 274 61 13 0 32 301 51 67
Binary 1011111 10101000 10111100 110001 1011 0 11010 11000001 101001 110111

Color Harmonies of #5FA8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA8BC

Black with #5FA8BC

Text Example


Text Example

White with #5FA8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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