Html Css Color HEX #60C4DB Malibu

📋 copy color: '#60C4DB'

red 96 ◦ green 196 ◦ blue 219

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

Shades of Malibu #60C4DB

Tints of Malibu #60C4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.36%

 BLUE value IS 219 (85.94% from 255) = 42.86%

R = 18.79%
G = 38.36%
B = 42.86%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60C4DB (or 0x60C4DB) is known color: Malibu. HEX triplet: 60, C4 and DB. RGB value is (96,196,219). Sum of RGB (Red+Green+Blue) = 96+196+219=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #60C4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C4DB is #9F3B24. Grayscale: #A8A8A8. Windows color (decimal): -10435365 or 14402656. OLE color: 14402656.

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

Color convert

RGB 96 196 219 -
CMYK 0.56 0.11 0 0.14
HSL 191.22º 0.63% 0.62% -
HSV(B) 191.22º 0.56% 0.86% -
XYZ 37.35 47.08 74.14 -
YUV 168.72 156.37 76.13 -
System Red Green Blue C M Y K H S L
Decimal 96 196 219 0.56 0.11 0 0.14 191.22 0.63 0.62
Hex 60 C4 DB 38 B 0 E BF 3F 3E
Octal 140 304 333 70 13 0 16 277 77 76
Binary 1100000 11000100 11011011 111000 1011 0 1110 10111111 111111 111110

Color Harmonies of #60C4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C4DB

Black with #60C4DB

Text Example


Text Example

White with #60C4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,196,219); }

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

background-color css

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

 a { background-color: rgb(96,196,219); }

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

border-color css

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

 span { border-color: rgb(96,196,219); }

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