Html Css Color HEX #60ADE9 Malibu

📋 copy color: '#60ADE9'

red 96 ◦ green 173 ◦ blue 233

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

Shades of Malibu #60ADE9

Tints of Malibu #60ADE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.41%

R = 19.12%
G = 34.46%
B = 46.41%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#60ADE9 (or 0x60ADE9) is known color: Malibu. HEX triplet: 60, AD and E9. RGB value is (96,173,233). Sum of RGB (Red+Green+Blue) = 96+173+233=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #60ADE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ADE9 is #9F5216. Grayscale: #9C9C9C. Windows color (decimal): -10441239 or 15314272. OLE color: 15314272.

HSL color Cylindrical-coordinate representation of color #60ADE9: hue angle of 206.28º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60ADE9 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 173 233 -
CMYK 0.59 0.26 0 0.09
HSL 206.28º 0.76% 0.65% -
HSV(B) 206.28º 0.59% 0.91% -
XYZ 34.48 38.26 82.66 -
YUV 156.82 170.99 84.62 -
System Red Green Blue C M Y K H S L
Decimal 96 173 233 0.59 0.26 0 0.09 206.28 0.76 0.65
Hex 60 AD E9 3B 1A 0 9 CE 4C 41
Octal 140 255 351 73 32 0 11 316 114 101
Binary 1100000 10101101 11101001 111011 11010 0 1001 11001110 1001100 1000001

Color Harmonies of #60ADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ADE9

Black with #60ADE9

Text Example


Text Example

White with #60ADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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