Html Css Color HEX #60ADE1 Malibu

📋 copy color: '#60ADE1'

red 96 ◦ green 173 ◦ blue 225

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

Shades of Malibu #60ADE1

Tints of Malibu #60ADE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.55%

R = 19.43%
G = 35.02%
B = 45.55%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#60ADE1 (or 0x60ADE1) is known color: Malibu. HEX triplet: 60, AD and E1. RGB value is (96,173,225). Sum of RGB (Red+Green+Blue) = 96+173+225=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #60ADE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADE1 is #9F521E. Grayscale: #9B9B9B. Windows color (decimal): -10441247 or 14789984. OLE color: 14789984.

HSL color Cylindrical-coordinate representation of color #60ADE1: hue angle of 204.19º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60ADE1 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 173 225 -
CMYK 0.57 0.23 0 0.12
HSL 204.19º 0.68% 0.63% -
HSV(B) 204.19º 0.57% 0.88% -
XYZ 33.36 37.81 76.77 -
YUV 155.91 166.99 85.27 -
System Red Green Blue C M Y K H S L
Decimal 96 173 225 0.57 0.23 0 0.12 204.19 0.68 0.63
Hex 60 AD E1 39 17 0 C CC 44 3F
Octal 140 255 341 71 27 0 14 314 104 77
Binary 1100000 10101101 11100001 111001 10111 0 1100 11001100 1000100 111111

Color Harmonies of #60ADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ADE1

Black with #60ADE1

Text Example


Text Example

White with #60ADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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