Html Css Color HEX #5FAFBA Fountain Blue

📋 copy color: '#5FAFBA'

red 95 ◦ green 175 ◦ blue 186

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

Shades of Fountain Blue #5FAFBA

Tints of Fountain Blue #5FAFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 20.83%
G = 38.38%
B = 40.79%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5FAFBA (or 0x5FAFBA) is known color: Fountain Blue. HEX triplet: 5F, AF and BA. RGB value is (95,175,186). Sum of RGB (Red+Green+Blue) = 95+175+186=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #5FAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFBA is #A05045. Grayscale: #989898. Windows color (decimal): -10506310 or 12234591. OLE color: 12234591.

HSL color Cylindrical-coordinate representation of color #5FAFBA: hue angle of 187.25º degrees, saturation: 0.4, 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 #5FAFBA is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 175 186 -
CMYK 0.49 0.06 0 0.27
HSL 187.25º 0.4% 0.55% -
HSV(B) 187.25º 0.49% 0.73% -
XYZ 28.91 36.64 52 -
YUV 152.33 147 87.11 -
System Red Green Blue C M Y K H S L
Decimal 95 175 186 0.49 0.06 0 0.27 187.25 0.4 0.55
Hex 5F AF BA 31 6 0 1B BB 28 37
Octal 137 257 272 61 6 0 33 273 50 67
Binary 1011111 10101111 10111010 110001 110 0 11011 10111011 101000 110111

Color Harmonies of #5FAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAFBA

Black with #5FAFBA

Text Example


Text Example

White with #5FAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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