Html Css Color HEX #60C0DA Malibu

📋 copy color: '#60C0DA'

red 96 ◦ green 192 ◦ blue 218

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

Shades of Malibu #60C0DA

Tints of Malibu #60C0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 18.97%
G = 37.94%
B = 43.08%

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

#60C0DA (or 0x60C0DA) is known color: Malibu. HEX triplet: 60, C0 and DA. RGB value is (96,192,218). Sum of RGB (Red+Green+Blue) = 96+192+218=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #60C0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C0DA is #9F3F25. Grayscale: #A6A6A6. Windows color (decimal): -10436390 or 14336096. OLE color: 14336096.

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

Color convert

RGB 96 192 218 -
CMYK 0.56 0.12 0 0.15
HSL 192.79º 0.62% 0.62% -
HSV(B) 192.79º 0.56% 0.85% -
XYZ 36.33 45.25 73.15 -
YUV 166.26 157.2 77.89 -
System Red Green Blue C M Y K H S L
Decimal 96 192 218 0.56 0.12 0 0.15 192.79 0.62 0.62
Hex 60 C0 DA 38 C 0 F C1 3E 3E
Octal 140 300 332 70 14 0 17 301 76 76
Binary 1100000 11000000 11011010 111000 1100 0 1111 11000001 111110 111110

Color Harmonies of #60C0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C0DA

Black with #60C0DA

Text Example


Text Example

White with #60C0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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