Html Css Color HEX #5CABB9 Fountain Blue

📋 copy color: '#5CABB9'

red 92 ◦ green 171 ◦ blue 185

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

Shades of Fountain Blue #5CABB9

Tints of Fountain Blue #5CABB9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.17%

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

R = 20.54%
G = 38.17%
B = 41.29%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5CABB9 (or 0x5CABB9) is known color: Fountain Blue. HEX triplet: 5C, AB and B9. RGB value is (92,171,185). Sum of RGB (Red+Green+Blue) = 92+171+185=448 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.54% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #5CABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CABB9 is #A35446. Grayscale: #949494. Windows color (decimal): -10703943 or 12168028. OLE color: 12168028.

HSL color Cylindrical-coordinate representation of color #5CABB9: hue angle of 189.03º 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 #5CABB9 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 171 185 -
CMYK 0.50 0.08 0 0.27
HSL 189.03º 0.4% 0.54% -
HSV(B) 189.03º 0.5% 0.73% -
XYZ 27.73 34.9 51.17 -
YUV 148.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 92 171 185 0.50 0.08 0 0.27 189.03 0.4 0.54
Hex 5C AB B9 32 8 0 1B BD 28 36
Octal 134 253 271 62 10 0 33 275 50 66
Binary 1011100 10101011 10111001 110010 1000 0 11011 10111101 101000 110110

Color Harmonies of #5CABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CABB9

Black with #5CABB9

Text Example


Text Example

White with #5CABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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