Html Css Color HEX #5FABBA Fountain Blue

📋 copy color: '#5FABBA'

red 95 ◦ green 171 ◦ blue 186

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

Shades of Fountain Blue #5FABBA

Tints of Fountain Blue #5FABBA

RGB

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

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

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

R = 21.02%
G = 37.83%
B = 41.15%

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

#5FABBA (or 0x5FABBA) is known color: Fountain Blue. HEX triplet: 5F, AB and BA. RGB value is (95,171,186). Sum of RGB (Red+Green+Blue) = 95+171+186=452 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.02% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #5FABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FABBA is #A05445. Grayscale: #959595. Windows color (decimal): -10507334 or 12233567. OLE color: 12233567.

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

Color convert

RGB 95 171 186 -
CMYK 0.49 0.08 0 0.27
HSL 189.89º 0.4% 0.55% -
HSV(B) 189.89º 0.49% 0.73% -
XYZ 28.15 35.1 51.75 -
YUV 149.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 95 171 186 0.49 0.08 0 0.27 189.89 0.4 0.55
Hex 5F AB BA 31 8 0 1B BE 28 37
Octal 137 253 272 61 10 0 33 276 50 67
Binary 1011111 10101011 10111010 110001 1000 0 11011 10111110 101000 110111

Color Harmonies of #5FABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FABBA

Black with #5FABBA

Text Example


Text Example

White with #5FABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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