Html Css Color HEX #60ADD6 Malibu

📋 copy color: '#60ADD6'

red 96 ◦ green 173 ◦ blue 214

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

Shades of Malibu #60ADD6

Tints of Malibu #60ADD6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.82%

 BLUE value IS 214 (83.98% from 255) = 44.31%

R = 19.88%
G = 35.82%
B = 44.31%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#60ADD6 (or 0x60ADD6) is known color: Malibu. HEX triplet: 60, AD and D6. RGB value is (96,173,214). Sum of RGB (Red+Green+Blue) = 96+173+214=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #60ADD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADD6 is #9F5229. Grayscale: #9A9A9A. Windows color (decimal): -10441258 or 14069088. OLE color: 14069088.

HSL color Cylindrical-coordinate representation of color #60ADD6: hue angle of 200.85º degrees, saturation: 0.59, 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 #60ADD6 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 173 214 -
CMYK 0.55 0.19 0 0.16
HSL 200.85º 0.59% 0.61% -
HSV(B) 200.85º 0.55% 0.84% -
XYZ 31.91 37.23 69.12 -
YUV 154.65 161.49 86.17 -
System Red Green Blue C M Y K H S L
Decimal 96 173 214 0.55 0.19 0 0.16 200.85 0.59 0.61
Hex 60 AD D6 37 13 0 10 C9 3B 3D
Octal 140 255 326 67 23 0 20 311 73 75
Binary 1100000 10101101 11010110 110111 10011 0 10000 11001001 111011 111101

Color Harmonies of #60ADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ADD6

Black with #60ADD6

Text Example


Text Example

White with #60ADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,173,214); }

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

background-color css

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

 a { background-color: rgb(96,173,214); }

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

border-color css

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

 span { border-color: rgb(96,173,214); }

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