Html Css Color HEX #5CACB9 Fountain Blue

📋 copy color: '#5CACB9'

red 92 ◦ green 172 ◦ blue 185

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

Shades of Fountain Blue #5CACB9

Tints of Fountain Blue #5CACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.31%

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 20.49%
G = 38.31%
B = 41.2%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5CACB9 (or 0x5CACB9) is known color: Fountain Blue. HEX triplet: 5C, AC and B9. RGB value is (92,172,185). Sum of RGB (Red+Green+Blue) = 92+172+185=449 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.49% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #5CACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CACB9 is #A35346. Grayscale: #959595. Windows color (decimal): -10703687 or 12168284. OLE color: 12168284.

HSL color Cylindrical-coordinate representation of color #5CACB9: hue angle of 188.39º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CACB9 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 172 185 -
CMYK 0.50 0.07 0 0.27
HSL 188.39º 0.4% 0.54% -
HSV(B) 188.39º 0.5% 0.73% -
XYZ 27.92 35.28 51.24 -
YUV 149.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 92 172 185 0.50 0.07 0 0.27 188.39 0.4 0.54
Hex 5C AC B9 32 7 0 1B BC 28 36
Octal 134 254 271 62 7 0 33 274 50 66
Binary 1011100 10101100 10111001 110010 111 0 11011 10111100 101000 110110

Color Harmonies of #5CACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CACB9

Black with #5CACB9

Text Example


Text Example

White with #5CACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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