Html Css Color HEX #5CAFB6 Fountain Blue

📋 copy color: '#5CAFB6'

red 92 ◦ green 175 ◦ blue 182

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

Shades of Fountain Blue #5CAFB6

Tints of Fountain Blue #5CAFB6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.98%

 BLUE value IS 182 (71.48% from 255) = 40.53%

R = 20.49%
G = 38.98%
B = 40.53%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5CAFB6 (or 0x5CAFB6) is known color: Fountain Blue. HEX triplet: 5C, AF and B6. RGB value is (92,175,182). Sum of RGB (Red+Green+Blue) = 92+175+182=449 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.49% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 182 - color contains mainly: blue. Hex color #5CAFB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAFB6 is #A35049. Grayscale: #969696. Windows color (decimal): -10702922 or 11972444. OLE color: 11972444.

HSL color Cylindrical-coordinate representation of color #5CAFB6: hue angle of 184.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CAFB6 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 92 175 182 -
CMYK 0.49 0.04 0 0.29
HSL 184.67º 0.38% 0.54% -
HSV(B) 184.67º 0.49% 0.71% -
XYZ 28.19 36.31 49.78 -
YUV 150.98 145.5 85.93 -
System Red Green Blue C M Y K H S L
Decimal 92 175 182 0.49 0.04 0 0.29 184.67 0.38 0.54
Hex 5C AF B6 31 4 0 1D B9 26 36
Octal 134 257 266 61 4 0 35 271 46 66
Binary 1011100 10101111 10110110 110001 100 0 11101 10111001 100110 110110

Color Harmonies of #5CAFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAFB6

Black with #5CAFB6

Text Example


Text Example

White with #5CAFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,175,182); }

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

background-color css

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

 a { background-color: rgb(92,175,182); }

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

border-color css

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

 span { border-color: rgb(92,175,182); }

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