#60C5ED

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

Shades of Malibu #60C5ED

Tints of Malibu #60C5ED

Color information

#60C5ED (or 0x60C5ED) is unknown color: approx Malibu. HEX triplet: 60, C5 and ED. RGB value is (96,197,237). Sum of RGB (Red+Green+Blue) = 96+197+237=530 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.11% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #60C5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C5ED is #9F3A12. Grayscale: #ABABAB. Windows color (decimal): -10435091 or 15582560. OLE color: 15582560.

HSL color Cylindrical-coordinate representation of color #60C5ED: hue angle of 197.02º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60C5ED is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96197237-
CMYK0.590.1700.07
HSL197.02º79.66%65.29%-
HSV(B)197.02º59.49%92.94%-
XYZ40.0848.5387.38-
YUV171.36165.0474.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.11%
GREEN value IS 197 (77.34% from 255) = 37.17%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=18.11%
G=37.17%
B=44.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961972370.590.1700.07197.0279.6665.29
Hex60C5ED3B1107c55041
Octal140305355732107305120101
Binary110000011000101111011011110111000101111100010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,197,237); }

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

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

 a { background-color: rgb(96,197,237); }

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

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

 span { border-color: rgb(96,197,237); }

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