Html Css Color HEX #60C0D1 Malibu

📋 copy color: '#60C0D1'

red 96 ◦ green 192 ◦ blue 209

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

Shades of Malibu #60C0D1

Tints of Malibu #60C0D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.05%

R = 19.32%
G = 38.63%
B = 42.05%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#60C0D1 (or 0x60C0D1) is known color: Malibu. HEX triplet: 60, C0 and D1. RGB value is (96,192,209). Sum of RGB (Red+Green+Blue) = 96+192+209=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #60C0D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C0D1 is #9F3F2E. Grayscale: #A5A5A5. Windows color (decimal): -10436399 or 13746272. OLE color: 13746272.

HSL color Cylindrical-coordinate representation of color #60C0D1: hue angle of 189.03º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60C0D1 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 192 209 -
CMYK 0.54 0.08 0 0.18
HSL 189.03º 0.55% 0.6% -
HSV(B) 189.03º 0.54% 0.82% -
XYZ 35.18 44.79 67.11 -
YUV 165.23 152.7 78.62 -
System Red Green Blue C M Y K H S L
Decimal 96 192 209 0.54 0.08 0 0.18 189.03 0.55 0.6
Hex 60 C0 D1 36 8 0 12 BD 37 3C
Octal 140 300 321 66 10 0 22 275 67 74
Binary 1100000 11000000 11010001 110110 1000 0 10010 10111101 110111 111100

Color Harmonies of #60C0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C0D1

Black with #60C0D1

Text Example


Text Example

White with #60C0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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