#60B2D1

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

Shades of Malibu #60B2D1

Tints of Malibu #60B2D1

Color information

#60B2D1 (or 0x60B2D1) is unknown color: approx Malibu. HEX triplet: 60, B2 and D1. RGB value is (96,178,209). Sum of RGB (Red+Green+Blue) = 96+178+209=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #60B2D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B2D1 is #9F4D2E. Grayscale: #9C9C9C. Windows color (decimal): -10439983 or 13742688. OLE color: 13742688.

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

Color convert

RGB96178209-
CMYK0.540.1500.18
HSL196.46º55.12%59.8%-
HSV(B)196.46º54.07%81.96%-
XYZ32.2538.9366.14-
YUV157.02157.3384.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.88%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 209 (82.03% from 255) = 43.27%
R=19.88%
G=36.85%
B=43.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal961782090.540.1500.18196.4655.1259.8
Hex60B2D136F012c4373c
Octal14026232166170223046774
Binary11000001011001011010001110110111101001011000100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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