Html Css Color HEX #5FAFAB Fountain Blue

📋 copy color: '#5FAFAB'

red 95 ◦ green 175 ◦ blue 171

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

Shades of Fountain Blue #5FAFAB

Tints of Fountain Blue #5FAFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 21.54%
G = 39.68%
B = 38.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#5FAFAB (or 0x5FAFAB) is known color: Fountain Blue. HEX triplet: 5F, AF and AB. RGB value is (95,175,171). Sum of RGB (Red+Green+Blue) = 95+175+171=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAFAB is #A05054. Grayscale: #969696. Windows color (decimal): -10506325 or 11251551. OLE color: 11251551.

HSL color Cylindrical-coordinate representation of color #5FAFAB: hue angle of 177º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FAFAB is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 175 171 -
CMYK 0.46 0 0.02 0.31
HSL 177º 0.33% 0.53% -
HSV(B) 177º 0.46% 0.69% -
XYZ 27.4 36.03 44.04 -
YUV 150.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 95 175 171 0.46 0 0.02 0.31 177 0.33 0.53
Hex 5F AF AB 2E 0 2 1F B1 21 35
Octal 137 257 253 56 0 2 37 261 41 65
Binary 1011111 10101111 10101011 101110 0 10 11111 10110001 100001 110101

Color Harmonies of #5FAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAFAB

Black with #5FAFAB

Text Example


Text Example

White with #5FAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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