#60C0F0

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

Shades of Malibu #60C0F0

Tints of Malibu #60C0F0

Color information

#60C0F0 (or 0x60C0F0) is unknown color: approx Malibu. HEX triplet: 60, C0 and F0. RGB value is (96,192,240). Sum of RGB (Red+Green+Blue) = 96+192+240=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #60C0F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C0F0 is #9F3F0F. Grayscale: #A8A8A8. Windows color (decimal): -10436368 or 15777888. OLE color: 15777888.

HSL color Cylindrical-coordinate representation of color #60C0F0: hue angle of 200º degrees, saturation: 0.83, 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 #60C0F0 is Cyan = 0.6, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB96192240-
CMYK0.60.2000.06
HSL200º82.76%65.88%-
HSV(B)200º60%94.12%-
XYZ39.446.4889.33-
YUV168.77168.276.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.18%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 240 (94.14% from 255) = 45.45%
R=18.18%
G=36.36%
B=45.45%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal961922400.60.2000.0620082.7665.88
Hex60C0F03C1406c85342
Octal140300360742406310123102
Binary110000011000000111100001111001010001101100100010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,192,240); }

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

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

 a { background-color: rgb(96,192,240); }

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

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

 span { border-color: rgb(96,192,240); }

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