Html Css Color HEX #5FBCBD Fountain Blue

📋 copy color: '#5FBCBD'

red 95 ◦ green 188 ◦ blue 189

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

Shades of Fountain Blue #5FBCBD

Tints of Fountain Blue #5FBCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 20.13%
G = 39.83%
B = 40.04%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5FBCBD (or 0x5FBCBD) is known color: Fountain Blue. HEX triplet: 5F, BC and BD. RGB value is (95,188,189). Sum of RGB (Red+Green+Blue) = 95+188+189=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #5FBCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBCBD is #A04342. Grayscale: #A0A0A0. Windows color (decimal): -10502979 or 12434527. OLE color: 12434527.

HSL color Cylindrical-coordinate representation of color #5FBCBD: hue angle of 180.64º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBCBD is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 188 189 -
CMYK 0.50 0.01 0 0.26
HSL 180.64º 0.42% 0.56% -
HSV(B) 180.64º 0.5% 0.74% -
XYZ 31.89 42.07 54.58 -
YUV 160.31 144.19 81.42 -
System Red Green Blue C M Y K H S L
Decimal 95 188 189 0.50 0.01 0 0.26 180.64 0.42 0.56
Hex 5F BC BD 32 1 0 1A B5 2A 38
Octal 137 274 275 62 1 0 32 265 52 70
Binary 1011111 10111100 10111101 110010 1 0 11010 10110101 101010 111000

Color Harmonies of #5FBCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBCBD

Black with #5FBCBD

Text Example


Text Example

White with #5FBCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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