Html Css Color HEX #5FBCC0 Fountain Blue

📋 copy color: '#5FBCC0'

red 95 ◦ green 188 ◦ blue 192

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

Shades of Fountain Blue #5FBCC0

Tints of Fountain Blue #5FBCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.58%

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

R = 20%
G = 39.58%
B = 40.42%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5FBCC0 (or 0x5FBCC0) is known color: Fountain Blue. HEX triplet: 5F, BC and C0. RGB value is (95,188,192). Sum of RGB (Red+Green+Blue) = 95+188+192=475 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #5FBCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBCC0 is #A0433F. Grayscale: #A0A0A0. Windows color (decimal): -10502976 or 12631135. OLE color: 12631135.

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

Color convert

RGB 95 188 192 -
CMYK 0.51 0.02 0 0.25
HSL 182.47º 0.43% 0.56% -
HSV(B) 182.47º 0.51% 0.75% -
XYZ 32.22 42.21 56.32 -
YUV 160.65 145.69 81.17 -
System Red Green Blue C M Y K H S L
Decimal 95 188 192 0.51 0.02 0 0.25 182.47 0.43 0.56
Hex 5F BC C0 33 2 0 19 B6 2B 38
Octal 137 274 300 63 2 0 31 266 53 70
Binary 1011111 10111100 11000000 110011 10 0 11001 10110110 101011 111000

Color Harmonies of #5FBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBCC0

Black with #5FBCC0

Text Example


Text Example

White with #5FBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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