#60b9d1

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

Shades of Malibu #60B9D1

Tints of Malibu #60B9D1

Color information

#60B9D1 (or 0x60B9D1) is unknown color: approx Malibu. HEX triplet: 60, B9 and D1. RGB value is (96,185,209). Sum of RGB (Red+Green+Blue) = 96+185+209=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #60B9D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B9D1 is #9F462E. Grayscale: #A0A0A0. Windows color (decimal): -10438191 or 13744480. OLE color: 13744480.

HSL color Cylindrical-coordinate representation of color #60B9D1: hue angle of 192.74º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60B9D1 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB96185209-
CMYK0.540.1100.18
HSL192.74º55.12%59.8%-
HSV(B)192.74º54.07%81.96%-
XYZ33.6841.7966.61-
YUV161.12155.0181.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.59%
GREEN value IS 185 (72.66% from 255) = 37.76%
BLUE value IS 209 (82.03% from 255) = 42.65%
R=19.59%
G=37.76%
B=42.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal961852090.540.1100.18192.7455.1259.8
Hex60B9D136B012c1373c
Octal14027132166130223016774
Binary11000001011100111010001110110101101001011000001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60b9d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,185,209); }

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

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

 a { background-color: rgb(96,185,209); }

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

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

 span { border-color: rgb(96,185,209); }

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