#57bbb1

Color #57BBB1 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #57BBB1

Tints of Puerto Rico #57BBB1

Color information

#57BBB1 (or 0x57BBB1) is unknown color: approx Puerto Rico. HEX triplet: 57, BB and B1. RGB value is (87,187,177). Sum of RGB (Red+Green+Blue) = 87+187+177=451 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.29% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #57BBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BBB1 is #A8444E. Grayscale: #9B9B9B. Windows color (decimal): -11027535 or 11647831. OLE color: 11647831.

HSL color Cylindrical-coordinate representation of color #57BBB1: hue angle of 174º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57BBB1 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB87187177-
CMYK0.5300.050.27
HSL174º42.37%53.73%-
HSV(B)174º53.48%73.33%-
XYZ29.6440.7447.9-
YUV155.96139.8778.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.29%
GREEN value IS 187 (73.44% from 255) = 41.46%
BLUE value IS 177 (69.53% from 255) = 39.25%
R=19.29%
G=41.46%
B=39.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871871770.5300.050.2717442.3753.73
Hex57BBB135051Bae2a36
Octal1272732616505332565266
Binary1010111101110111011000111010101011101110101110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57bbb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57bbb1; }

 p { color: rgb(87,187,177); }

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

<style>
 a { background-color: #57bbb1; }

 a { background-color: rgb(87,187,177); }

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

<style>
 span { border-color: #57bbb1; }

 span { border-color: rgb(87,187,177); }

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