#60B9EB

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

Shades of Malibu #60B9EB

Tints of Malibu #60B9EB

Color information

#60B9EB (or 0x60B9EB) is unknown color: approx Malibu. HEX triplet: 60, B9 and EB. RGB value is (96,185,235). Sum of RGB (Red+Green+Blue) = 96+185+235=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #60B9EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B9EB is #9F4614. Grayscale: #A3A3A3. Windows color (decimal): -10438165 or 15448416. OLE color: 15448416.

HSL color Cylindrical-coordinate representation of color #60B9EB: hue angle of 201.58º 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 #60B9EB is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB96185235-
CMYK0.590.2100.08
HSL201.58º77.65%64.9%-
HSV(B)201.58º59.15%92.16%-
XYZ37.1743.1884.97-
YUV164.09168.0179.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.60%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 235 (92.19% from 255) = 45.54%
R=18.60%
G=35.85%
B=45.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal961852350.590.2100.08201.5877.6564.9
Hex60B9EB3B1508ca4e41
Octal1402713537325010312116101
Binary1100000101110011110101111101110101010001100101010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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