Html Css Color HEX #60B5DC Malibu

📋 copy color: '#60B5DC'

red 96 ◦ green 181 ◦ blue 220

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

Shades of Malibu #60B5DC

Tints of Malibu #60B5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.42%

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 19.32%
G = 36.42%
B = 44.27%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60B5DC (or 0x60B5DC) is known color: Malibu. HEX triplet: 60, B5 and DC. RGB value is (96,181,220). Sum of RGB (Red+Green+Blue) = 96+181+220=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #60B5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B5DC is #9F4A23. Grayscale: #9F9F9F. Windows color (decimal): -10439204 or 14464352. OLE color: 14464352.

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

Color convert

RGB 96 181 220 -
CMYK 0.56 0.18 0 0.14
HSL 198.87º 0.64% 0.62% -
HSV(B) 198.87º 0.56% 0.86% -
XYZ 34.27 40.7 73.76 -
YUV 160.03 161.84 82.33 -
System Red Green Blue C M Y K H S L
Decimal 96 181 220 0.56 0.18 0 0.14 198.87 0.64 0.62
Hex 60 B5 DC 38 12 0 E C7 40 3E
Octal 140 265 334 70 22 0 16 307 100 76
Binary 1100000 10110101 11011100 111000 10010 0 1110 11000111 1000000 111110

Color Harmonies of #60B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B5DC

Black with #60B5DC

Text Example


Text Example

White with #60B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,181,220); }

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

background-color css

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

 a { background-color: rgb(96,181,220); }

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

border-color css

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

 span { border-color: rgb(96,181,220); }

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