#60BCD1

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

Shades of Malibu #60BCD1

Tints of Malibu #60BCD1

Color information

#60BCD1 (or 0x60BCD1) is unknown color: approx Malibu. HEX triplet: 60, BC and D1. RGB value is (96,188,209). Sum of RGB (Red+Green+Blue) = 96+188+209=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #60BCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCD1 is #9F432E. Grayscale: #A2A2A2. Windows color (decimal): -10437423 or 13745248. OLE color: 13745248.

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

Color convert

RGB96188209-
CMYK0.540.1000.18
HSL191.15º55.12%59.8%-
HSV(B)191.15º54.07%81.96%-
XYZ34.3243.0666.82-
YUV162.89154.0280.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.47%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 209 (82.03% from 255) = 42.39%
R=19.47%
G=38.13%
B=42.39%

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
Decimal961882090.540.1000.18191.1555.1259.8
Hex60BCD136A012bf373c
Octal14027432166120222776774
Binary11000001011110011010001110110101001001010111111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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