Html Css Color HEX #60C8DC Malibu

📋 copy color: '#60C8DC'

red 96 ◦ green 200 ◦ blue 220

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

Shades of Malibu #60C8DC

Tints of Malibu #60C8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.76%

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

R = 18.6%
G = 38.76%
B = 42.64%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60C8DC (or 0x60C8DC) is known color: Malibu. HEX triplet: 60, C8 and DC. RGB value is (96,200,220). Sum of RGB (Red+Green+Blue) = 96+200+220=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #60C8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C8DC is #9F3723. Grayscale: #ABABAB. Windows color (decimal): -10434340 or 14469216. OLE color: 14469216.

HSL color Cylindrical-coordinate representation of color #60C8DC: hue angle of 189.68º 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 #60C8DC is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 200 220 -
CMYK 0.56 0.09 0 0.14
HSL 189.68º 0.64% 0.62% -
HSV(B) 189.68º 0.56% 0.86% -
XYZ 38.4 48.96 75.14 -
YUV 171.18 155.54 74.37 -
System Red Green Blue C M Y K H S L
Decimal 96 200 220 0.56 0.09 0 0.14 189.68 0.64 0.62
Hex 60 C8 DC 38 9 0 E BE 40 3E
Octal 140 310 334 70 11 0 16 276 100 76
Binary 1100000 11001000 11011100 111000 1001 0 1110 10111110 1000000 111110

Color Harmonies of #60C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C8DC

Black with #60C8DC

Text Example


Text Example

White with #60C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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