#5CAFBB

Color #5CAFBB Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #5CAFBB

Tints of Fountain Blue #5CAFBB

Color information

#5CAFBB (or 0x5CAFBB) is unknown color: approx Fountain Blue. HEX triplet: 5C, AF and BB. RGB value is (92,175,187). Sum of RGB (Red+Green+Blue) = 92+175+187=454 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.26% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #5CAFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAFBB is #A35044. Grayscale: #979797. Windows color (decimal): -10702917 or 12300124. OLE color: 12300124.

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

Color convert

RGB92175187-
CMYK0.510.0600.27
HSL187.58º41.13%54.71%-
HSV(B)187.58º50.8%73.33%-
XYZ28.7136.5252.55-
YUV151.5514885.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.26%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=20.26%
G=38.55%
B=41.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921751870.510.0600.27187.5841.1354.71
Hex5CAFBB33601Bbc2937
Octal1342572736360332745167
Binary1011100101011111011101111001111001101110111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5CAFBB;
 }
 .AnyTagClassName
 {
   color: #5CAFBB;
 }
</style>
background-color css

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

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

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

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

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

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