Html Css Color HEX #5FACC0 Fountain Blue

📋 copy color: '#5FACC0'

red 95 ◦ green 172 ◦ blue 192

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

Shades of Fountain Blue #5FACC0

Tints of Fountain Blue #5FACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.47%

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

R = 20.7%
G = 37.47%
B = 41.83%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5FACC0 (or 0x5FACC0) is known color: Fountain Blue. HEX triplet: 5F, AC and C0. RGB value is (95,172,192). Sum of RGB (Red+Green+Blue) = 95+172+192=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #5FACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FACC0 is #A0533F. Grayscale: #979797. Windows color (decimal): -10507072 or 12627039. OLE color: 12627039.

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

Color convert

RGB 95 172 192 -
CMYK 0.51 0.10 0 0.25
HSL 192.37º 0.43% 0.56% -
HSV(B) 192.37º 0.51% 0.75% -
XYZ 28.99 35.74 55.24 -
YUV 151.26 150.99 87.87 -
System Red Green Blue C M Y K H S L
Decimal 95 172 192 0.51 0.10 0 0.25 192.37 0.43 0.56
Hex 5F AC C0 33 A 0 19 C0 2B 38
Octal 137 254 300 63 12 0 31 300 53 70
Binary 1011111 10101100 11000000 110011 1010 0 11001 11000000 101011 111000

Color Harmonies of #5FACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACC0

Black with #5FACC0

Text Example


Text Example

White with #5FACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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