Html Css Color HEX #60ABDA Malibu

📋 copy color: '#60ABDA'

red 96 ◦ green 171 ◦ blue 218

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

Shades of Malibu #60ABDA

Tints of Malibu #60ABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 19.79%
G = 35.26%
B = 44.95%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#60ABDA (or 0x60ABDA) is known color: Malibu. HEX triplet: 60, AB and DA. RGB value is (96,171,218). Sum of RGB (Red+Green+Blue) = 96+171+218=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #60ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABDA is #9F5425. Grayscale: #999999. Windows color (decimal): -10441766 or 14330720. OLE color: 14330720.

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

Color convert

RGB 96 171 218 -
CMYK 0.56 0.22 0 0.15
HSL 203.11º 0.62% 0.62% -
HSV(B) 203.11º 0.56% 0.85% -
XYZ 32.04 36.67 71.72 -
YUV 153.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 96 171 218 0.56 0.22 0 0.15 203.11 0.62 0.62
Hex 60 AB DA 38 16 0 F CB 3E 3E
Octal 140 253 332 70 26 0 17 313 76 76
Binary 1100000 10101011 11011010 111000 10110 0 1111 11001011 111110 111110

Color Harmonies of #60ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABDA

Black with #60ABDA

Text Example


Text Example

White with #60ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,171,218); }

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

background-color css

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

 a { background-color: rgb(96,171,218); }

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

border-color css

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

 span { border-color: rgb(96,171,218); }

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