#60BADB

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

Shades of Malibu #60BADB

Tints of Malibu #60BADB

Color information

#60BADB (or 0x60BADB) is unknown color: approx Malibu. HEX triplet: 60, BA and DB. RGB value is (96,186,219). Sum of RGB (Red+Green+Blue) = 96+186+219=501 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.16% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #60BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BADB is #9F4524. Grayscale: #A2A2A2. Windows color (decimal): -10437925 or 14400096. OLE color: 14400096.

HSL color Cylindrical-coordinate representation of color #60BADB: hue angle of 196.1º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60BADB is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB96186219-
CMYK0.560.1500.14
HSL196.1º63.08%61.76%-
HSV(B)196.1º56.16%85.88%-
XYZ35.1742.7273.41-
YUV162.85159.6880.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.16%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=19.16%
G=37.13%
B=43.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal961862190.560.1500.14196.163.0861.76
Hex60BADB38F0Ec43f3e
Octal14027233370170163047776
Binary1100000101110101101101111100011110111011000100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,186,219); }

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

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

 a { background-color: rgb(96,186,219); }

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

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

 span { border-color: rgb(96,186,219); }

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