#60c5e7

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

Shades of Malibu #60C5E7

Tints of Malibu #60C5E7

Color information

#60C5E7 (or 0x60C5E7) is unknown color: approx Malibu. HEX triplet: 60, C5 and E7. RGB value is (96,197,231). Sum of RGB (Red+Green+Blue) = 96+197+231=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #60C5E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C5E7 is #9F3A18. Grayscale: #AAAAAA. Windows color (decimal): -10435097 or 15189344. OLE color: 15189344.

HSL color Cylindrical-coordinate representation of color #60C5E7: hue angle of 195.11º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60C5E7 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB96197231-
CMYK0.580.1500.09
HSL195.11º73.77%64.12%-
HSV(B)195.11º58.44%90.59%-
XYZ39.2148.1982.84-
YUV170.68162.0474.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.32%
GREEN value IS 197 (77.34% from 255) = 37.60%
BLUE value IS 231 (90.62% from 255) = 44.08%
R=18.32%
G=37.60%
B=44.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal961972310.580.1500.09195.1173.7764.12
Hex60C5E73AF09c34a40
Octal1403053477217011303112100
Binary110000011000101111001111110101111010011100001110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60c5e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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