Html Css Color HEX #60ADDB Malibu

📋 copy color: '#60ADDB'

red 96 ◦ green 173 ◦ blue 219

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

Shades of Malibu #60ADDB

Tints of Malibu #60ADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 19.67%
G = 35.45%
B = 44.88%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60ADDB (or 0x60ADDB) is known color: Malibu. HEX triplet: 60, AD and DB. RGB value is (96,173,219). Sum of RGB (Red+Green+Blue) = 96+173+219=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #60ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADDB is #9F5224. Grayscale: #9A9A9A. Windows color (decimal): -10441253 or 14396768. OLE color: 14396768.

HSL color Cylindrical-coordinate representation of color #60ADDB: hue angle of 202.44º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60ADDB is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 173 219 -
CMYK 0.56 0.21 0 0.14
HSL 202.44º 0.63% 0.62% -
HSV(B) 202.44º 0.56% 0.86% -
XYZ 32.55 37.49 72.54 -
YUV 155.22 163.99 85.76 -
System Red Green Blue C M Y K H S L
Decimal 96 173 219 0.56 0.21 0 0.14 202.44 0.63 0.62
Hex 60 AD DB 38 15 0 E CA 3F 3E
Octal 140 255 333 70 25 0 16 312 77 76
Binary 1100000 10101101 11011011 111000 10101 0 1110 11001010 111111 111110

Color Harmonies of #60ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ADDB

Black with #60ADDB

Text Example


Text Example

White with #60ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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