#60B3DC

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

Shades of Malibu #60B3DC

Tints of Malibu #60B3DC

Color information

#60B3DC (or 0x60B3DC) is unknown color: approx Malibu. HEX triplet: 60, B3 and DC. RGB value is (96,179,220). Sum of RGB (Red+Green+Blue) = 96+179+220=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #60B3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B3DC is #9F4C23. Grayscale: #9E9E9E. Windows color (decimal): -10439716 or 14463840. OLE color: 14463840.

HSL color Cylindrical-coordinate representation of color #60B3DC: hue angle of 199.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60B3DC is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB96179220-
CMYK0.560.1900.14
HSL199.84º63.92%61.96%-
HSV(B)199.84º56.36%86.27%-
XYZ33.8639.8973.63-
YUV158.86162.583.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.39%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 220 (86.33% from 255) = 44.44%
R=19.39%
G=36.16%
B=44.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal961792200.560.1900.14199.8463.9261.96
Hex60B3DC38130Ec8403e
Octal140263334702301631010076
Binary110000010110011110111001110001001101110110010001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60B3DC; }

 p { color: rgb(96,179,220); }

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

<style>
 a { background-color: #60B3DC; }

 a { background-color: rgb(96,179,220); }

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

<style>
 span { border-color: #60B3DC; }

 span { border-color: rgb(96,179,220); }

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