#57C0DE

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

Shades of Malibu #57C0DE

Tints of Malibu #57C0DE

Color information

#57C0DE (or 0x57C0DE) is unknown color: approx Malibu. HEX triplet: 57, C0 and DE. RGB value is (87,192,222). Sum of RGB (Red+Green+Blue) = 87+192+222=501 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.37% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #57C0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C0DE is #A83F21. Grayscale: #A3A3A3. Windows color (decimal): -11026210 or 14598231. OLE color: 14598231.

HSL color Cylindrical-coordinate representation of color #57C0DE: hue angle of 193.33º degrees, saturation: 0.67, 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 #57C0DE is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB87192222-
CMYK0.610.1400.13
HSL193.33º67.16%60.59%-
HSV(B)193.33º60.81%87.06%-
XYZ35.964575.9-
YUV164.02160.7173.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.37%
GREEN value IS 192 (75.39% from 255) = 38.32%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=17.37%
G=38.32%
B=44.31%

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
Decimal871922220.610.1400.13193.3367.1660.59
Hex57C0DE3DE0Dc1433d
Octal127300336751601530110375
Binary10101111100000011011110111101111001101110000011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,192,222); }

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

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

 a { background-color: rgb(87,192,222); }

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

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

 span { border-color: rgb(87,192,222); }

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