#60B1EF

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

Shades of Malibu #60B1EF

Tints of Malibu #60B1EF

Color information

#60B1EF (or 0x60B1EF) is unknown color: approx Malibu. HEX triplet: 60, B1 and EF. RGB value is (96,177,239). Sum of RGB (Red+Green+Blue) = 96+177+239=512 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.75% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #60B1EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60B1EF is #9F4E10. Grayscale: #9F9F9F. Windows color (decimal): -10440209 or 15708512. OLE color: 15708512.

HSL color Cylindrical-coordinate representation of color #60B1EF: hue angle of 206.01º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60B1EF is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB96177239-
CMYK0.600.2600.06
HSL206.01º81.71%65.69%-
HSV(B)206.01º59.83%93.73%-
XYZ36.1340.1687.51-
YUV159.85172.6682.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.75%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 239 (93.75% from 255) = 46.68%
R=18.75%
G=34.57%
B=46.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal961772390.600.2600.06206.0181.7165.69
Hex60B1EF3C1A06ce5242
Octal140261357743206316122102
Binary110000010110001111011111111001101001101100111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,177,239); }

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

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

 a { background-color: rgb(96,177,239); }

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

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

 span { border-color: rgb(96,177,239); }

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