Html Css Color HEX #5FABC0 Fountain Blue

📋 copy color: '#5FABC0'

red 95 ◦ green 171 ◦ blue 192

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

Shades of Fountain Blue #5FABC0

Tints of Fountain Blue #5FABC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.92%

R = 20.74%
G = 37.34%
B = 41.92%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5FABC0 (or 0x5FABC0) is known color: Fountain Blue. HEX triplet: 5F, AB and C0. RGB value is (95,171,192). Sum of RGB (Red+Green+Blue) = 95+171+192=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #5FABC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FABC0 is #A0543F. Grayscale: #969696. Windows color (decimal): -10507328 or 12626783. OLE color: 12626783.

HSL color Cylindrical-coordinate representation of color #5FABC0: hue angle of 192.99º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FABC0 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 171 192 -
CMYK 0.51 0.11 0 0.25
HSL 192.99º 0.43% 0.56% -
HSV(B) 192.99º 0.51% 0.75% -
XYZ 28.8 35.36 55.18 -
YUV 150.67 151.32 88.29 -
System Red Green Blue C M Y K H S L
Decimal 95 171 192 0.51 0.11 0 0.25 192.99 0.43 0.56
Hex 5F AB C0 33 B 0 19 C1 2B 38
Octal 137 253 300 63 13 0 31 301 53 70
Binary 1011111 10101011 11000000 110011 1011 0 11001 11000001 101011 111000

Color Harmonies of #5FABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FABC0

Black with #5FABC0

Text Example


Text Example

White with #5FABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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