#60B1DD

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

Shades of Malibu #60B1DD

Tints of Malibu #60B1DD

Color information

#60B1DD (or 0x60B1DD) is unknown color: approx Malibu. HEX triplet: 60, B1 and DD. RGB value is (96,177,221). Sum of RGB (Red+Green+Blue) = 96+177+221=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #60B1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B1DD is #9F4E22. Grayscale: #9D9D9D. Windows color (decimal): -10440227 or 14528864. OLE color: 14528864.

HSL color Cylindrical-coordinate representation of color #60B1DD: hue angle of 201.12º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60B1DD is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96177221-
CMYK0.570.2000.13
HSL201.12º64.77%62.16%-
HSV(B)201.12º56.56%86.67%-
XYZ33.639.1574.19-
YUV157.8163.6683.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.43%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=19.43%
G=35.83%
B=44.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal961772210.570.2000.13201.1264.7762.16
Hex60B1DD39140Dc9413e
Octal140261335712401531110176
Binary110000010110001110111011110011010001101110010011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,177,221); }

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

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

 a { background-color: rgb(96,177,221); }

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

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

 span { border-color: rgb(96,177,221); }

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