Html Css Color HEX #5CB7BF Fountain Blue

📋 copy color: '#5CB7BF'

red 92 ◦ green 183 ◦ blue 191

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

Shades of Fountain Blue #5CB7BF

Tints of Fountain Blue #5CB7BF

RGB

 RED value IS 92 (36.33% from 255) = 19.74%

 GREEN value IS 183 (71.88% from 255) = 39.27%

 BLUE value IS 191 (75% from 255) = 40.99%

R = 19.74%
G = 39.27%
B = 40.99%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5CB7BF (or 0x5CB7BF) is known color: Fountain Blue. HEX triplet: 5C, B7 and BF. RGB value is (92,183,191). Sum of RGB (Red+Green+Blue) = 92+183+191=466 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.74% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #5CB7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB7BF is #A34840. Grayscale: #9C9C9C. Windows color (decimal): -10700865 or 12564316. OLE color: 12564316.

HSL color Cylindrical-coordinate representation of color #5CB7BF: hue angle of 184.85º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CB7BF is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 183 191 -
CMYK 0.52 0.04 0 0.25
HSL 184.85º 0.44% 0.55% -
HSV(B) 184.85º 0.52% 0.75% -
XYZ 30.75 39.9 55.37 -
YUV 156.7 147.35 81.85 -
System Red Green Blue C M Y K H S L
Decimal 92 183 191 0.52 0.04 0 0.25 184.85 0.44 0.55
Hex 5C B7 BF 34 4 0 19 B9 2C 37
Octal 134 267 277 64 4 0 31 271 54 67
Binary 1011100 10110111 10111111 110100 100 0 11001 10111001 101100 110111

Color Harmonies of #5CB7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB7BF

Black with #5CB7BF

Text Example


Text Example

White with #5CB7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,183,191); }

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

background-color css

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

 a { background-color: rgb(92,183,191); }

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

border-color css

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

 span { border-color: rgb(92,183,191); }

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