Html Css Color HEX #60C4D9 Malibu

📋 copy color: '#60C4D9'

red 96 ◦ green 196 ◦ blue 217

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

Shades of Malibu #60C4D9

Tints of Malibu #60C4D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.63%

R = 18.86%
G = 38.51%
B = 42.63%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#60C4D9 (or 0x60C4D9) is known color: Malibu. HEX triplet: 60, C4 and D9. RGB value is (96,196,217). Sum of RGB (Red+Green+Blue) = 96+196+217=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 217 - color contains mainly: blue. Hex color #60C4D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C4D9 is #9F3B26. Grayscale: #A8A8A8. Windows color (decimal): -10435367 or 14271584. OLE color: 14271584.

HSL color Cylindrical-coordinate representation of color #60C4D9: hue angle of 190.41º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60C4D9 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 196 217 -
CMYK 0.56 0.10 0 0.15
HSL 190.41º 0.61% 0.61% -
HSV(B) 190.41º 0.56% 0.85% -
XYZ 37.09 46.98 72.76 -
YUV 168.49 155.37 76.29 -
System Red Green Blue C M Y K H S L
Decimal 96 196 217 0.56 0.10 0 0.15 190.41 0.61 0.61
Hex 60 C4 D9 38 A 0 F BE 3D 3D
Octal 140 304 331 70 12 0 17 276 75 75
Binary 1100000 11000100 11011001 111000 1010 0 1111 10111110 111101 111101

Color Harmonies of #60C4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C4D9

Black with #60C4D9

Text Example


Text Example

White with #60C4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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