#57BDDB

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

Shades of Malibu #57BDDB

Tints of Malibu #57BDDB

Color information

#57BDDB (or 0x57BDDB) is unknown color: approx Malibu. HEX triplet: 57, BD and DB. RGB value is (87,189,219). Sum of RGB (Red+Green+Blue) = 87+189+219=495 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.58% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #57BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BDDB is #A84224. Grayscale: #A1A1A1. Windows color (decimal): -11026981 or 14400855. OLE color: 14400855.

HSL color Cylindrical-coordinate representation of color #57BDDB: hue angle of 193.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57BDDB is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB87189219-
CMYK0.600.1400.14
HSL193.64º64.71%60%-
HSV(B)193.64º60.27%85.88%-
XYZ34.9143.5473.58-
YUV161.92160.2174.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.58%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 219 (85.94% from 255) = 44.24%
R=17.58%
G=38.18%
B=44.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal871892190.600.1400.14193.6464.7160
Hex57BDDB3CE0Ec2413c
Octal127275333741601630210174
Binary10101111011110111011011111100111001110110000101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,189,219); }

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

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

 a { background-color: rgb(87,189,219); }

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

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

 span { border-color: rgb(87,189,219); }

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