Html Css Color HEX #60C0DD Malibu

📋 copy color: '#60C0DD'

red 96 ◦ green 192 ◦ blue 221

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

Shades of Malibu #60C0DD

Tints of Malibu #60C0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 18.86%
G = 37.72%
B = 43.42%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#60C0DD (or 0x60C0DD) is known color: Malibu. HEX triplet: 60, C0 and DD. RGB value is (96,192,221). Sum of RGB (Red+Green+Blue) = 96+192+221=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #60C0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C0DD is #9F3F22. Grayscale: #A6A6A6. Windows color (decimal): -10436387 or 14532704. OLE color: 14532704.

HSL color Cylindrical-coordinate representation of color #60C0DD: hue angle of 193.92º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60C0DD is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 192 221 -
CMYK 0.57 0.13 0 0.13
HSL 193.92º 0.65% 0.62% -
HSV(B) 193.92º 0.57% 0.87% -
XYZ 36.72 45.41 75.24 -
YUV 166.6 158.7 77.64 -
System Red Green Blue C M Y K H S L
Decimal 96 192 221 0.57 0.13 0 0.13 193.92 0.65 0.62
Hex 60 C0 DD 39 D 0 D C2 41 3E
Octal 140 300 335 71 15 0 15 302 101 76
Binary 1100000 11000000 11011101 111001 1101 0 1101 11000010 1000001 111110

Color Harmonies of #60C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C0DD

Black with #60C0DD

Text Example


Text Example

White with #60C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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