#60BCEB

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

Shades of Malibu #60BCEB

Tints of Malibu #60BCEB

Color information

#60BCEB (or 0x60BCEB) is unknown color: approx Malibu. HEX triplet: 60, BC and EB. RGB value is (96,188,235). Sum of RGB (Red+Green+Blue) = 96+188+235=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #60BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BCEB is #9F4314. Grayscale: #A5A5A5. Windows color (decimal): -10437397 or 15449184. OLE color: 15449184.

HSL color Cylindrical-coordinate representation of color #60BCEB: hue angle of 200.29º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60BCEB is Cyan = 0.59, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB96188235-
CMYK0.590.200.08
HSL200.29º77.65%64.9%-
HSV(B)200.29º59.15%92.16%-
XYZ37.844.4585.18-
YUV165.85167.0278.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.50%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 235 (92.19% from 255) = 45.28%
R=18.50%
G=36.22%
B=45.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal961882350.590.200.08200.2977.6564.9
Hex60BCEB3B1408c84e41
Octal1402743537324010310116101
Binary1100000101111001110101111101110100010001100100010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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