#5ABBBC

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

Shades of Fountain Blue #5ABBBC

Tints of Fountain Blue #5ABBBC

Color information

#5ABBBC (or 0x5ABBBC) is unknown color: approx Fountain Blue. HEX triplet: 5A, BB and BC. RGB value is (90,187,188). Sum of RGB (Red+Green+Blue) = 90+187+188=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #5ABBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBBC is #A54443. Grayscale: #9E9E9E. Windows color (decimal): -10830916 or 12368730. OLE color: 12368730.

HSL color Cylindrical-coordinate representation of color #5ABBBC: hue angle of 180.61º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABBBC is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB90187188-
CMYK0.520.0100.26
HSL180.61º42.24%54.51%-
HSV(B)180.61º52.13%73.73%-
XYZ31.0641.3553.92-
YUV158.11144.8679.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.35%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=19.35%
G=40.22%
B=40.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal901871880.520.0100.26180.6142.2454.51
Hex5ABBBC34101Ab52a37
Octal1322732746410322655267
Binary10110101011101110111100110100101101010110101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,187,188); }

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

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

 a { background-color: rgb(90,187,188); }

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

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

 span { border-color: rgb(90,187,188); }

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