#60BCDA

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

Shades of Malibu #60BCDA

Tints of Malibu #60BCDA

Color information

#60BCDA (or 0x60BCDA) is unknown color: approx Malibu. HEX triplet: 60, BC and DA. RGB value is (96,188,218). Sum of RGB (Red+Green+Blue) = 96+188+218=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #60BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCDA is #9F4325. Grayscale: #A3A3A3. Windows color (decimal): -10437414 or 14335072. OLE color: 14335072.

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

Color convert

RGB96188218-
CMYK0.560.1400.15
HSL194.75º62.24%61.57%-
HSV(B)194.75º55.96%85.49%-
XYZ35.4643.5272.86-
YUV163.91158.5279.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.12%
GREEN value IS 188 (73.83% from 255) = 37.45%
BLUE value IS 218 (85.55% from 255) = 43.43%
R=19.12%
G=37.45%
B=43.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961882180.560.1400.15194.7562.2461.57
Hex60BCDA38E0Fc33e3e
Octal14027433270160173037676
Binary1100000101111001101101011100011100111111000011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,188,218); }

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

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

 a { background-color: rgb(96,188,218); }

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

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

 span { border-color: rgb(96,188,218); }

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