Html Css Color HEX #60C7DD Malibu

📋 copy color: '#60C7DD'

red 96 ◦ green 199 ◦ blue 221

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

Shades of Malibu #60C7DD

Tints of Malibu #60C7DD

RGB

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

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

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

R = 18.6%
G = 38.57%
B = 42.83%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#60C7DD (or 0x60C7DD) is known color: Malibu. HEX triplet: 60, C7 and DD. RGB value is (96,199,221). Sum of RGB (Red+Green+Blue) = 96+199+221=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #60C7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C7DD is #9F3822. Grayscale: #AAAAAA. Windows color (decimal): -10434595 or 14534496. OLE color: 14534496.

HSL color Cylindrical-coordinate representation of color #60C7DD: hue angle of 190.56º 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 #60C7DD is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 199 221 -
CMYK 0.57 0.10 0 0.13
HSL 190.56º 0.65% 0.62% -
HSV(B) 190.56º 0.57% 0.87% -
XYZ 38.3 48.55 75.76 -
YUV 170.71 156.38 74.71 -
System Red Green Blue C M Y K H S L
Decimal 96 199 221 0.57 0.10 0 0.13 190.56 0.65 0.62
Hex 60 C7 DD 39 A 0 D BF 41 3E
Octal 140 307 335 71 12 0 15 277 101 76
Binary 1100000 11000111 11011101 111001 1010 0 1101 10111111 1000001 111110

Color Harmonies of #60C7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C7DD

Black with #60C7DD

Text Example


Text Example

White with #60C7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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