Html Css Color HEX #60C7D5 Malibu

📋 copy color: '#60C7D5'

red 96 ◦ green 199 ◦ blue 213

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

Shades of Malibu #60C7D5

Tints of Malibu #60C7D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.93%

R = 18.9%
G = 39.17%
B = 41.93%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#60C7D5 (or 0x60C7D5) is known color: Malibu. HEX triplet: 60, C7 and D5. RGB value is (96,199,213). Sum of RGB (Red+Green+Blue) = 96+199+213=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #60C7D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C7D5 is #9F382A. Grayscale: #A9A9A9. Windows color (decimal): -10434603 or 14010208. OLE color: 14010208.

HSL color Cylindrical-coordinate representation of color #60C7D5: hue angle of 187.18º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60C7D5 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 199 213 -
CMYK 0.55 0.07 0 0.16
HSL 187.18º 0.58% 0.61% -
HSV(B) 187.18º 0.55% 0.84% -
XYZ 37.26 48.14 70.28 -
YUV 169.8 152.38 75.36 -
System Red Green Blue C M Y K H S L
Decimal 96 199 213 0.55 0.07 0 0.16 187.18 0.58 0.61
Hex 60 C7 D5 37 7 0 10 BB 3A 3D
Octal 140 307 325 67 7 0 20 273 72 75
Binary 1100000 11000111 11010101 110111 111 0 10000 10111011 111010 111101

Color Harmonies of #60C7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C7D5

Black with #60C7D5

Text Example


Text Example

White with #60C7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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