#60B4DC

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

Shades of Malibu #60B4DC

Tints of Malibu #60B4DC

Color information

#60B4DC (or 0x60B4DC) is unknown color: approx Malibu. HEX triplet: 60, B4 and DC. RGB value is (96,180,220). Sum of RGB (Red+Green+Blue) = 96+180+220=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #60B4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B4DC is #9F4B23. Grayscale: #9F9F9F. Windows color (decimal): -10439460 or 14464096. OLE color: 14464096.

HSL color Cylindrical-coordinate representation of color #60B4DC: hue angle of 199.35º 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 #60B4DC is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB96180220-
CMYK0.560.1800.14
HSL199.35º63.92%61.96%-
HSV(B)199.35º56.36%86.27%-
XYZ34.0640.373.69-
YUV159.44162.1782.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.35%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 220 (86.33% from 255) = 44.35%
R=19.35%
G=36.29%
B=44.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal961802200.560.1800.14199.3563.9261.96
Hex60B4DC38120Ec7403e
Octal140264334702201630710076
Binary110000010110100110111001110001001001110110001111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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