Html Css Color HEX #60C0D9 Malibu

📋 copy color: '#60C0D9'

red 96 ◦ green 192 ◦ blue 217

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

Shades of Malibu #60C0D9

Tints of Malibu #60C0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.97%

R = 19.01%
G = 38.02%
B = 42.97%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#60C0D9 (or 0x60C0D9) is known color: Malibu. HEX triplet: 60, C0 and D9. RGB value is (96,192,217). Sum of RGB (Red+Green+Blue) = 96+192+217=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 217 - color contains mainly: blue. Hex color #60C0D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C0D9 is #9F3F26. Grayscale: #A5A5A5. Windows color (decimal): -10436391 or 14270560. OLE color: 14270560.

HSL color Cylindrical-coordinate representation of color #60C0D9: hue angle of 192.4º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60C0D9 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 192 217 -
CMYK 0.56 0.12 0 0.15
HSL 192.4º 0.61% 0.61% -
HSV(B) 192.4º 0.56% 0.85% -
XYZ 36.2 45.2 72.46 -
YUV 166.15 156.7 77.97 -
System Red Green Blue C M Y K H S L
Decimal 96 192 217 0.56 0.12 0 0.15 192.4 0.61 0.61
Hex 60 C0 D9 38 C 0 F C0 3D 3D
Octal 140 300 331 70 14 0 17 300 75 75
Binary 1100000 11000000 11011001 111000 1100 0 1111 11000000 111101 111101

Color Harmonies of #60C0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C0D9

Black with #60C0D9

Text Example


Text Example

White with #60C0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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