#57bfdf

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

Shades of Malibu #57BFDF

Tints of Malibu #57BFDF

Color information

#57BFDF (or 0x57BFDF) is unknown color: approx Malibu. HEX triplet: 57, BF and DF. RGB value is (87,191,223). Sum of RGB (Red+Green+Blue) = 87+191+223=501 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.37% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #57BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFDF is #A84020. Grayscale: #A3A3A3. Windows color (decimal): -11026465 or 14663511. OLE color: 14663511.

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

Color convert

RGB87191223-
CMYK0.610.1400.13
HSL194.12º68%60.78%-
HSV(B)194.12º60.99%87.45%-
XYZ35.8844.6276.53-
YUV163.55161.5473.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.37%
GREEN value IS 191 (75% from 255) = 38.12%
BLUE value IS 223 (87.5% from 255) = 44.51%
R=17.37%
G=38.12%
B=44.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal871912230.610.1400.13194.126860.78
Hex57BFDF3DE0Dc2443d
Octal127277337751601530210475
Binary10101111011111111011111111101111001101110000101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57bfdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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