Html Css Color HEX #5FAAB9 Fountain Blue

📋 copy color: '#5FAAB9'

red 95 ◦ green 170 ◦ blue 185

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

Shades of Fountain Blue #5FAAB9

Tints of Fountain Blue #5FAAB9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.78%

 BLUE value IS 185 (72.66% from 255) = 41.11%

R = 21.11%
G = 37.78%
B = 41.11%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5FAAB9 (or 0x5FAAB9) is known color: Fountain Blue. HEX triplet: 5F, AA and B9. RGB value is (95,170,185). Sum of RGB (Red+Green+Blue) = 95+170+185=450 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.11% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #5FAAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAAB9 is #A05546. Grayscale: #959595. Windows color (decimal): -10507591 or 12167775. OLE color: 12167775.

HSL color Cylindrical-coordinate representation of color #5FAAB9: hue angle of 190º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FAAB9 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 170 185 -
CMYK 0.49 0.08 0 0.27
HSL 190º 0.39% 0.55% -
HSV(B) 190º 0.49% 0.73% -
XYZ 27.85 34.69 51.13 -
YUV 149.29 148.15 89.28 -
System Red Green Blue C M Y K H S L
Decimal 95 170 185 0.49 0.08 0 0.27 190 0.39 0.55
Hex 5F AA B9 31 8 0 1B BE 27 37
Octal 137 252 271 61 10 0 33 276 47 67
Binary 1011111 10101010 10111001 110001 1000 0 11011 10111110 100111 110111

Color Harmonies of #5FAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAAB9

Black with #5FAAB9

Text Example


Text Example

White with #5FAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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