Html Css Color HEX #5CB9BA Fountain Blue

📋 copy color: '#5CB9BA'

red 92 ◦ green 185 ◦ blue 186

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

Shades of Fountain Blue #5CB9BA

Tints of Fountain Blue #5CB9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.96%

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 19.87%
G = 39.96%
B = 40.17%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5CB9BA (or 0x5CB9BA) is known color: Fountain Blue. HEX triplet: 5C, B9 and BA. RGB value is (92,185,186). Sum of RGB (Red+Green+Blue) = 92+185+186=463 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.87% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #5CB9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB9BA is #A34645. Grayscale: #9D9D9D. Windows color (decimal): -10700358 or 12237148. OLE color: 12237148.

HSL color Cylindrical-coordinate representation of color #5CB9BA: hue angle of 180.64º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CB9BA is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 185 186 -
CMYK 0.51 0.01 0 0.27
HSL 180.64º 0.41% 0.55% -
HSV(B) 180.64º 0.51% 0.73% -
XYZ 30.63 40.52 52.66 -
YUV 157.31 144.19 81.42 -
System Red Green Blue C M Y K H S L
Decimal 92 185 186 0.51 0.01 0 0.27 180.64 0.41 0.55
Hex 5C B9 BA 33 1 0 1B B5 29 37
Octal 134 271 272 63 1 0 33 265 51 67
Binary 1011100 10111001 10111010 110011 1 0 11011 10110101 101001 110111

Color Harmonies of #5CB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB9BA

Black with #5CB9BA

Text Example


Text Example

White with #5CB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,185,186); }

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

background-color css

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

 a { background-color: rgb(92,185,186); }

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

border-color css

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

 span { border-color: rgb(92,185,186); }

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