#59c1f2

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

Shades of Malibu #59C1F2

Tints of Malibu #59C1F2

Color information

#59C1F2 (or 0x59C1F2) is unknown color: approx Malibu. HEX triplet: 59, C1 and F2. RGB value is (89,193,242). Sum of RGB (Red+Green+Blue) = 89+193+242=524 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.98% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #59C1F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C1F2 is #A63E0D. Grayscale: #A7A7A7. Windows color (decimal): -10894862 or 15909209. OLE color: 15909209.

HSL color Cylindrical-coordinate representation of color #59C1F2: hue angle of 199.22º 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 #59C1F2 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB89193242-
CMYK0.630.2000.05
HSL199.22º85.47%64.9%-
HSV(B)199.22º63.22%94.9%-
XYZ39.2246.6790.95-
YUV167.49170.0472.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.98%
GREEN value IS 193 (75.78% from 255) = 36.83%
BLUE value IS 242 (94.92% from 255) = 46.18%
R=16.98%
G=36.83%
B=46.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal891932420.630.2000.05199.2285.4764.9
Hex59C1F23F1405c75541
Octal131301362772405307125101
Binary101100111000001111100101111111010001011100011110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59c1f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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