#60C6E3

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

Shades of Malibu #60C6E3

Tints of Malibu #60C6E3

Color information

#60C6E3 (or 0x60C6E3) is unknown color: approx Malibu. HEX triplet: 60, C6 and E3. RGB value is (96,198,227). Sum of RGB (Red+Green+Blue) = 96+198+227=521 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.43% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #60C6E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C6E3 is #9F391C. Grayscale: #AAAAAA. Windows color (decimal): -10434845 or 14927456. OLE color: 14927456.

HSL color Cylindrical-coordinate representation of color #60C6E3: hue angle of 193.28º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60C6E3 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB96198227-
CMYK0.580.1300.11
HSL193.28º70.05%63.33%-
HSV(B)193.28º57.71%89.02%-
XYZ38.8848.4279.97-
YUV170.81159.7174.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.43%
GREEN value IS 198 (77.73% from 255) = 38.00%
BLUE value IS 227 (89.06% from 255) = 43.57%
R=18.43%
G=38.00%
B=43.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal961982270.580.1300.11193.2870.0563.33
Hex60C6E33AD0Bc1463f
Octal140306343721501330110677
Binary11000001100011011100011111010110101011110000011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,198,227); }

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

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

 a { background-color: rgb(96,198,227); }

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

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

 span { border-color: rgb(96,198,227); }

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