Html Css Color HEX #5FADC0 Fountain Blue

📋 copy color: '#5FADC0'

red 95 ◦ green 173 ◦ blue 192

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

Shades of Fountain Blue #5FADC0

Tints of Fountain Blue #5FADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.61%

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

R = 20.65%
G = 37.61%
B = 41.74%

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

#5FADC0 (or 0x5FADC0) is known color: Fountain Blue. HEX triplet: 5F, AD and C0. RGB value is (95,173,192). Sum of RGB (Red+Green+Blue) = 95+173+192=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #5FADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADC0 is #A0523F. Grayscale: #979797. Windows color (decimal): -10506816 or 12627295. OLE color: 12627295.

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

Color convert

RGB 95 173 192 -
CMYK 0.51 0.10 0 0.25
HSL 191.75º 0.43% 0.56% -
HSV(B) 191.75º 0.51% 0.75% -
XYZ 29.18 36.13 55.3 -
YUV 151.84 150.66 87.46 -
System Red Green Blue C M Y K H S L
Decimal 95 173 192 0.51 0.10 0 0.25 191.75 0.43 0.56
Hex 5F AD C0 33 A 0 19 C0 2B 38
Octal 137 255 300 63 12 0 31 300 53 70
Binary 1011111 10101101 11000000 110011 1010 0 11001 11000000 101011 111000

Color Harmonies of #5FADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FADC0

Black with #5FADC0

Text Example


Text Example

White with #5FADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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