Html Css Color HEX #5FAABF Fountain Blue

📋 copy color: '#5FAABF'

red 95 ◦ green 170 ◦ blue 191

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

Shades of Fountain Blue #5FAABF

Tints of Fountain Blue #5FAABF

RGB

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

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

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

R = 20.83%
G = 37.28%
B = 41.89%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5FAABF (or 0x5FAABF) is known color: Fountain Blue. HEX triplet: 5F, AA and BF. RGB value is (95,170,191). Sum of RGB (Red+Green+Blue) = 95+170+191=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #5FAABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAABF is #A05540. Grayscale: #959595. Windows color (decimal): -10507585 or 12560991. OLE color: 12560991.

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

Color convert

RGB 95 170 191 -
CMYK 0.50 0.11 0 0.25
HSL 193.13º 0.43% 0.56% -
HSV(B) 193.13º 0.5% 0.75% -
XYZ 28.5 34.94 54.53 -
YUV 149.97 151.15 88.79 -
System Red Green Blue C M Y K H S L
Decimal 95 170 191 0.50 0.11 0 0.25 193.13 0.43 0.56
Hex 5F AA BF 32 B 0 19 C1 2B 38
Octal 137 252 277 62 13 0 31 301 53 70
Binary 1011111 10101010 10111111 110010 1011 0 11001 11000001 101011 111000

Color Harmonies of #5FAABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAABF

Black with #5FAABF

Text Example


Text Example

White with #5FAABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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