#60BBD1

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

Shades of Malibu #60BBD1

Tints of Malibu #60BBD1

Color information

#60BBD1 (or 0x60BBD1) is unknown color: approx Malibu. HEX triplet: 60, BB and D1. RGB value is (96,187,209). Sum of RGB (Red+Green+Blue) = 96+187+209=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #60BBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBD1 is #9F442E. Grayscale: #A2A2A2. Windows color (decimal): -10437679 or 13744992. OLE color: 13744992.

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

Color convert

RGB96187209-
CMYK0.540.1100.18
HSL191.68º55.12%59.8%-
HSV(B)191.68º54.07%81.96%-
XYZ34.142.6366.75-
YUV162.3154.3580.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.51%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 209 (82.03% from 255) = 42.48%
R=19.51%
G=38.01%
B=42.48%

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
Decimal961872090.540.1100.18191.6855.1259.8
Hex60BBD136B012c0373c
Octal14027332166130223006774
Binary11000001011101111010001110110101101001011000000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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