#59c4f2

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

Shades of Malibu #59C4F2

Tints of Malibu #59C4F2

Color information

#59C4F2 (or 0x59C4F2) is unknown color: approx Malibu. HEX triplet: 59, C4 and F2. RGB value is (89,196,242). Sum of RGB (Red+Green+Blue) = 89+196+242=527 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.89% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #59C4F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C4F2 is #A63B0D. Grayscale: #A8A8A8. Windows color (decimal): -10894094 or 15909977. OLE color: 15909977.

HSL color Cylindrical-coordinate representation of color #59C4F2: hue angle of 198.04º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59C4F2 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB89196242-
CMYK0.630.1900.05
HSL198.04º85.47%64.9%-
HSV(B)198.04º63.22%94.9%-
XYZ39.8948.0191.17-
YUV169.25169.0570.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.89%
GREEN value IS 196 (76.95% from 255) = 37.19%
BLUE value IS 242 (94.92% from 255) = 45.92%
R=16.89%
G=37.19%
B=45.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal891962420.630.1900.05198.0485.4764.9
Hex59C4F23F1305c65541
Octal131304362772305306125101
Binary101100111000100111100101111111001101011100011010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59c4f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,196,242); }

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

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

 a { background-color: rgb(89,196,242); }

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

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

 span { border-color: rgb(89,196,242); }

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