#60C0EE

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

Shades of Malibu #60C0EE

Tints of Malibu #60C0EE

Color information

#60C0EE (or 0x60C0EE) is unknown color: approx Malibu. HEX triplet: 60, C0 and EE. RGB value is (96,192,238). Sum of RGB (Red+Green+Blue) = 96+192+238=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #60C0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C0EE is #9F3F11. Grayscale: #A8A8A8. Windows color (decimal): -10436370 or 15646816. OLE color: 15646816.

HSL color Cylindrical-coordinate representation of color #60C0EE: hue angle of 199.44º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60C0EE is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96192238-
CMYK0.600.1900.07
HSL199.44º80.68%65.49%-
HSV(B)199.44º59.66%93.33%-
XYZ39.1146.3687.78-
YUV168.54167.276.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.25%
GREEN value IS 192 (75.39% from 255) = 36.50%
BLUE value IS 238 (93.36% from 255) = 45.25%
R=18.25%
G=36.50%
B=45.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961922380.600.1900.07199.4480.6865.49
Hex60C0EE3C1307c75141
Octal140300356742307307121101
Binary110000011000000111011101111001001101111100011110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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