#57BFDD

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

Shades of Malibu #57BFDD

Tints of Malibu #57BFDD

Color information

#57BFDD (or 0x57BFDD) is unknown color: approx Malibu. HEX triplet: 57, BF and DD. RGB value is (87,191,221). Sum of RGB (Red+Green+Blue) = 87+191+221=499 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.43% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #57BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFDD is #A84022. Grayscale: #A3A3A3. Windows color (decimal): -11026467 or 14532439. OLE color: 14532439.

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

Color convert

RGB87191221-
CMYK0.610.1400.13
HSL193.43º66.34%60.39%-
HSV(B)193.43º60.63%86.67%-
XYZ35.6144.5175.12-
YUV163.32160.5473.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.43%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=17.43%
G=38.28%
B=44.29%

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
Decimal871912210.610.1400.13193.4366.3460.39
Hex57BFDD3DE0Dc1423c
Octal127277335751601530110274
Binary10101111011111111011101111101111001101110000011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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