#60c2d6

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

Shades of Malibu #60C2D6

Tints of Malibu #60C2D6

Color information

#60C2D6 (or 0x60C2D6) is unknown color: approx Malibu. HEX triplet: 60, C2 and D6. RGB value is (96,194,214). Sum of RGB (Red+Green+Blue) = 96+194+214=504 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.05% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #60C2D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C2D6 is #9F3D29. Grayscale: #A6A6A6. Windows color (decimal): -10435882 or 14074464. OLE color: 14074464.

HSL color Cylindrical-coordinate representation of color #60C2D6: hue angle of 190.17º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60C2D6 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB96194214-
CMYK0.550.0900.16
HSL190.17º59%60.78%-
HSV(B)190.17º55.14%83.92%-
XYZ36.2545.9370.57-
YUV166.98154.5377.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.05%
GREEN value IS 194 (76.17% from 255) = 38.49%
BLUE value IS 214 (83.98% from 255) = 42.46%
R=19.05%
G=38.49%
B=42.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal961942140.550.0900.16190.175960.78
Hex60C2D6379010be3b3d
Octal14030232667110202767375
Binary11000001100001011010110110111100101000010111110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60c2d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,194,214); }

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

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

 a { background-color: rgb(96,194,214); }

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

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

 span { border-color: rgb(96,194,214); }

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