#60BBD0

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

Shades of Malibu #60BBD0

Tints of Malibu #60BBD0

Color information

#60BBD0 (or 0x60BBD0) is unknown color: approx Malibu. HEX triplet: 60, BB and D0. RGB value is (96,187,208). Sum of RGB (Red+Green+Blue) = 96+187+208=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #60BBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBD0 is #9F442F. Grayscale: #A2A2A2. Windows color (decimal): -10437680 or 13679456. OLE color: 13679456.

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

Color convert

RGB96187208-
CMYK0.540.1000.18
HSL191.25º54.37%59.61%-
HSV(B)191.25º53.85%81.57%-
XYZ33.9842.5866.1-
YUV162.18153.8580.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.55%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 208 (81.64% from 255) = 42.36%
R=19.55%
G=38.09%
B=42.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal961872080.540.1000.18191.2554.3759.61
Hex60BBD036A012bf363c
Octal14027332066120222776674
Binary11000001011101111010000110110101001001010111111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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