#60B1D9

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

Shades of Malibu #60B1D9

Tints of Malibu #60B1D9

Color information

#60B1D9 (or 0x60B1D9) is unknown color: approx Malibu. HEX triplet: 60, B1 and D9. RGB value is (96,177,217). Sum of RGB (Red+Green+Blue) = 96+177+217=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #60B1D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B1D9 is #9F4E26. Grayscale: #9D9D9D. Windows color (decimal): -10440231 or 14266720. OLE color: 14266720.

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

Color convert

RGB96177217-
CMYK0.560.1800.15
HSL199.83º61.42%61.37%-
HSV(B)199.83º55.76%85.1%-
XYZ33.0738.9471.42-
YUV157.34161.6684.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.59%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 217 (85.16% from 255) = 44.29%
R=19.59%
G=36.12%
B=44.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961772170.560.1800.15199.8361.4261.37
Hex60B1D938120Fc83d3d
Octal14026133170220173107575
Binary11000001011000111011001111000100100111111001000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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