Html Css Color HEX #60C5DD Malibu

📋 copy color: '#60C5DD'

red 96 ◦ green 197 ◦ blue 221

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

Shades of Malibu #60C5DD

Tints of Malibu #60C5DD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.33%

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

R = 18.68%
G = 38.33%
B = 43%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#60C5DD (or 0x60C5DD) is known color: Malibu. HEX triplet: 60, C5 and DD. RGB value is (96,197,221). Sum of RGB (Red+Green+Blue) = 96+197+221=514 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.68% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #60C5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C5DD is #9F3A22. Grayscale: #A9A9A9. Windows color (decimal): -10435107 or 14533984. OLE color: 14533984.

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

Color convert

RGB 96 197 221 -
CMYK 0.57 0.11 0 0.13
HSL 191.52º 0.65% 0.62% -
HSV(B) 191.52º 0.57% 0.87% -
XYZ 37.84 47.64 75.61 -
YUV 169.54 157.04 75.55 -
System Red Green Blue C M Y K H S L
Decimal 96 197 221 0.57 0.11 0 0.13 191.52 0.65 0.62
Hex 60 C5 DD 39 B 0 D C0 41 3E
Octal 140 305 335 71 13 0 15 300 101 76
Binary 1100000 11000101 11011101 111001 1011 0 1101 11000000 1000001 111110

Color Harmonies of #60C5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C5DD

Black with #60C5DD

Text Example


Text Example

White with #60C5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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