Html Css Color HEX #5FBEC0 Fountain Blue

📋 copy color: '#5FBEC0'

red 95 ◦ green 190 ◦ blue 192

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

Shades of Fountain Blue #5FBEC0

Tints of Fountain Blue #5FBEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.83%

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

R = 19.92%
G = 39.83%
B = 40.25%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5FBEC0 (or 0x5FBEC0) is known color: Fountain Blue. HEX triplet: 5F, BE and C0. RGB value is (95,190,192). Sum of RGB (Red+Green+Blue) = 95+190+192=477 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.92% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #5FBEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBEC0 is #A0413F. Grayscale: #A1A1A1. Windows color (decimal): -10502464 or 12631647. OLE color: 12631647.

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

Color convert

RGB 95 190 192 -
CMYK 0.51 0.01 0 0.25
HSL 181.24º 0.43% 0.56% -
HSV(B) 181.24º 0.51% 0.75% -
XYZ 32.65 43.07 56.46 -
YUV 161.82 145.03 80.34 -
System Red Green Blue C M Y K H S L
Decimal 95 190 192 0.51 0.01 0 0.25 181.24 0.43 0.56
Hex 5F BE C0 33 1 0 19 B5 2B 38
Octal 137 276 300 63 1 0 31 265 53 70
Binary 1011111 10111110 11000000 110011 1 0 11001 10110101 101011 111000

Color Harmonies of #5FBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBEC0

Black with #5FBEC0

Text Example


Text Example

White with #5FBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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