Html Css Color HEX #60ACDB Malibu

📋 copy color: '#60ACDB'

red 96 ◦ green 172 ◦ blue 219

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

Shades of Malibu #60ACDB

Tints of Malibu #60ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.32%

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

R = 19.71%
G = 35.32%
B = 44.97%

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

#60ACDB (or 0x60ACDB) is known color: Malibu. HEX triplet: 60, AC and DB. RGB value is (96,172,219). Sum of RGB (Red+Green+Blue) = 96+172+219=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #60ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACDB is #9F5324. Grayscale: #9A9A9A. Windows color (decimal): -10441509 or 14396512. OLE color: 14396512.

HSL color Cylindrical-coordinate representation of color #60ACDB: hue angle of 202.93º 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 #60ACDB is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 172 219 -
CMYK 0.56 0.21 0 0.14
HSL 202.93º 0.63% 0.62% -
HSV(B) 202.93º 0.56% 0.86% -
XYZ 32.36 37.11 72.47 -
YUV 154.63 164.32 86.18 -
System Red Green Blue C M Y K H S L
Decimal 96 172 219 0.56 0.21 0 0.14 202.93 0.63 0.62
Hex 60 AC DB 38 15 0 E CB 3F 3E
Octal 140 254 333 70 25 0 16 313 77 76
Binary 1100000 10101100 11011011 111000 10101 0 1110 11001011 111111 111110

Color Harmonies of #60ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ACDB

Black with #60ACDB

Text Example


Text Example

White with #60ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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