Html Css Color HEX #60C7DB Malibu

📋 copy color: '#60C7DB'

red 96 ◦ green 199 ◦ blue 219

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

Shades of Malibu #60C7DB

Tints of Malibu #60C7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.72%

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

R = 18.68%
G = 38.72%
B = 42.61%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60C7DB (or 0x60C7DB) is known color: Malibu. HEX triplet: 60, C7 and DB. RGB value is (96,199,219). Sum of RGB (Red+Green+Blue) = 96+199+219=514 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.68% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #60C7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C7DB is #9F3824. Grayscale: #AAAAAA. Windows color (decimal): -10434597 or 14403424. OLE color: 14403424.

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

Color convert

RGB 96 199 219 -
CMYK 0.56 0.09 0 0.14
HSL 189.76º 0.63% 0.62% -
HSV(B) 189.76º 0.56% 0.86% -
XYZ 38.03 48.45 74.36 -
YUV 170.48 155.38 74.87 -
System Red Green Blue C M Y K H S L
Decimal 96 199 219 0.56 0.09 0 0.14 189.76 0.63 0.62
Hex 60 C7 DB 38 9 0 E BE 3F 3E
Octal 140 307 333 70 11 0 16 276 77 76
Binary 1100000 11000111 11011011 111000 1001 0 1110 10111110 111111 111110

Color Harmonies of #60C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C7DB

Black with #60C7DB

Text Example


Text Example

White with #60C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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