#60B5D8

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

Shades of Malibu #60B5D8

Tints of Malibu #60B5D8

Color information

#60B5D8 (or 0x60B5D8) is unknown color: approx Malibu. HEX triplet: 60, B5 and D8. RGB value is (96,181,216). Sum of RGB (Red+Green+Blue) = 96+181+216=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #60B5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B5D8 is #9F4A27. Grayscale: #9F9F9F. Windows color (decimal): -10439208 or 14202208. OLE color: 14202208.

HSL color Cylindrical-coordinate representation of color #60B5D8: hue angle of 197.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60B5D8 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96181216-
CMYK0.560.1600.15
HSL197.5º60.61%61.18%-
HSV(B)197.5º55.56%84.71%-
XYZ33.7440.4971-
YUV159.57159.8482.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.47%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 216 (84.77% from 255) = 43.81%
R=19.47%
G=36.71%
B=43.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961812160.560.1600.15197.560.6161.18
Hex60B5D838100Fc63d3d
Octal14026533070200173067575
Binary11000001011010111011000111000100000111111000110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,181,216); }

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

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

 a { background-color: rgb(96,181,216); }

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

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

 span { border-color: rgb(96,181,216); }

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