Html Css Color HEX #5FABBF Fountain Blue

📋 copy color: '#5FABBF'

red 95 ◦ green 171 ◦ blue 191

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

Shades of Fountain Blue #5FABBF

Tints of Fountain Blue #5FABBF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

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

R = 20.79%
G = 37.42%
B = 41.79%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5FABBF (or 0x5FABBF) is known color: Fountain Blue. HEX triplet: 5F, AB and BF. RGB value is (95,171,191). Sum of RGB (Red+Green+Blue) = 95+171+191=457 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.79% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #5FABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FABBF is #A05440. Grayscale: #969696. Windows color (decimal): -10507329 or 12561247. OLE color: 12561247.

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

Color convert

RGB 95 171 191 -
CMYK 0.50 0.10 0 0.25
HSL 192.5º 0.43% 0.56% -
HSV(B) 192.5º 0.5% 0.75% -
XYZ 28.69 35.32 54.6 -
YUV 150.56 150.82 88.37 -
System Red Green Blue C M Y K H S L
Decimal 95 171 191 0.50 0.10 0 0.25 192.5 0.43 0.56
Hex 5F AB BF 32 A 0 19 C0 2B 38
Octal 137 253 277 62 12 0 31 300 53 70
Binary 1011111 10101011 10111111 110010 1010 0 11001 11000000 101011 111000

Color Harmonies of #5FABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FABBF

Black with #5FABBF

Text Example


Text Example

White with #5FABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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