Html Css Color HEX #60C0DC Malibu

📋 copy color: '#60C0DC'

red 96 ◦ green 192 ◦ blue 220

#60C0DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #60C0DC

Tints of Malibu #60C0DC

RGB

 RED value IS 96 (37.89% from 255) = 18.9%

 GREEN value IS 192 (75.39% from 255) = 37.8%

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 18.9%
G = 37.8%
B = 43.31%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60C0DC (or 0x60C0DC) is known color: Malibu. HEX triplet: 60, C0 and DC. RGB value is (96,192,220). Sum of RGB (Red+Green+Blue) = 96+192+220=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #60C0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C0DC is #9F3F23. Grayscale: #A6A6A6. Windows color (decimal): -10436388 or 14467168. OLE color: 14467168.

HSL color Cylindrical-coordinate representation of color #60C0DC: hue angle of 193.55º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60C0DC is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 192 220 -
CMYK 0.56 0.13 0 0.14
HSL 193.55º 0.64% 0.62% -
HSV(B) 193.55º 0.56% 0.86% -
XYZ 36.59 45.35 74.54 -
YUV 166.49 158.2 77.72 -
System Red Green Blue C M Y K H S L
Decimal 96 192 220 0.56 0.13 0 0.14 193.55 0.64 0.62
Hex 60 C0 DC 38 D 0 E C2 40 3E
Octal 140 300 334 70 15 0 16 302 100 76
Binary 1100000 11000000 11011100 111000 1101 0 1110 11000010 1000000 111110

Color Harmonies of #60C0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C0DC

Black with #60C0DC

Text Example


Text Example

White with #60C0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60C0DC;
 }
 .AnyTagClassName
 {
   color: #60C0DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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