#5CABBE

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

Shades of Fountain Blue #5CABBE

Tints of Fountain Blue #5CABBE

Color information

#5CABBE (or 0x5CABBE) is unknown color: approx Fountain Blue. HEX triplet: 5C, AB and BE. RGB value is (92,171,190). Sum of RGB (Red+Green+Blue) = 92+171+190=453 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.31% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #5CABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CABBE is #A35441. Grayscale: #959595. Windows color (decimal): -10703938 or 12495708. OLE color: 12495708.

HSL color Cylindrical-coordinate representation of color #5CABBE: hue angle of 191.63º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CABBE is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB92171190-
CMYK0.520.1000.25
HSL191.63º42.98%55.29%-
HSV(B)191.63º51.58%74.51%-
XYZ28.2735.1254-
YUV149.54150.8386.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.31%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=20.31%
G=37.75%
B=41.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921711900.520.1000.25191.6342.9855.29
Hex5CABBE34A019c02b37
Octal13425327664120313005367
Binary10111001010101110111110110100101001100111000000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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