#59BFDF

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

Shades of Malibu #59BFDF

Tints of Malibu #59BFDF

Color information

#59BFDF (or 0x59BFDF) is unknown color: approx Malibu. HEX triplet: 59, BF and DF. RGB value is (89,191,223). Sum of RGB (Red+Green+Blue) = 89+191+223=503 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.69% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #59BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFDF is #A64020. Grayscale: #A3A3A3. Windows color (decimal): -10895393 or 14663513. OLE color: 14663513.

HSL color Cylindrical-coordinate representation of color #59BFDF: hue angle of 194.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59BFDF is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89191223-
CMYK0.600.1400.13
HSL194.33º67.68%61.18%-
HSV(B)194.33º60.09%87.45%-
XYZ36.0744.7176.54-
YUV164.15161.2174.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.69%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 223 (87.5% from 255) = 44.33%
R=17.69%
G=37.97%
B=44.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891912230.600.1400.13194.3367.6861.18
Hex59BFDF3CE0Dc2443d
Octal131277337741601530210475
Binary10110011011111111011111111100111001101110000101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,191,223); }

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

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

 a { background-color: rgb(89,191,223); }

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

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

 span { border-color: rgb(89,191,223); }

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