#59BBE7

Color #59BBE7 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #59BBE7

Tints of Malibu #59BBE7

Color information

#59BBE7 (or 0x59BBE7) is unknown color: approx Malibu. HEX triplet: 59, BB and E7. RGB value is (89,187,231). Sum of RGB (Red+Green+Blue) = 89+187+231=507 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.55% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #59BBE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BBE7 is #A64418. Grayscale: #A2A2A2. Windows color (decimal): -10896409 or 15186777. OLE color: 15186777.

HSL color Cylindrical-coordinate representation of color #59BBE7: hue angle of 198.59º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59BBE7 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB89187231-
CMYK0.610.1900.09
HSL198.59º74.74%62.75%-
HSV(B)198.59º61.47%90.59%-
XYZ36.3143.4382.07-
YUV162.71166.5375.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.55%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 231 (90.62% from 255) = 45.56%
R=17.55%
G=36.88%
B=45.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal891872310.610.1900.09198.5974.7462.75
Hex59BBE73D1309c74b3f
Octal131273347752301130711377
Binary101100110111011111001111111011001101001110001111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59BBE7; }

 p { color: rgb(89,187,231); }

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

<style>
 a { background-color: #59BBE7; }

 a { background-color: rgb(89,187,231); }

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

<style>
 span { border-color: #59BBE7; }

 span { border-color: rgb(89,187,231); }

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