Html Css Color HEX #60BADB Malibu

📋 copy color: '#60BADB'

red 96 ◦ green 186 ◦ blue 219

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

Shades of Malibu #60BADB

Tints of Malibu #60BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.13%

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

R = 19.16%
G = 37.13%
B = 43.71%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60BADB (or 0x60BADB) is known color: Malibu. HEX triplet: 60, BA and DB. RGB value is (96,186,219). Sum of RGB (Red+Green+Blue) = 96+186+219=501 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.16% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #60BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BADB is #9F4524. Grayscale: #A2A2A2. Windows color (decimal): -10437925 or 14400096. OLE color: 14400096.

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

Color convert

RGB 96 186 219 -
CMYK 0.56 0.15 0 0.14
HSL 196.1º 0.63% 0.62% -
HSV(B) 196.1º 0.56% 0.86% -
XYZ 35.17 42.72 73.41 -
YUV 162.85 159.68 80.32 -
System Red Green Blue C M Y K H S L
Decimal 96 186 219 0.56 0.15 0 0.14 196.1 0.63 0.62
Hex 60 BA DB 38 F 0 E C4 3F 3E
Octal 140 272 333 70 17 0 16 304 77 76
Binary 1100000 10111010 11011011 111000 1111 0 1110 11000100 111111 111110

Color Harmonies of #60BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BADB

Black with #60BADB

Text Example


Text Example

White with #60BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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