Html Css Color HEX #60B7DC Malibu

📋 copy color: '#60B7DC'

red 96 ◦ green 183 ◦ blue 220

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

Shades of Malibu #60B7DC

Tints of Malibu #60B7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.67%

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

R = 19.24%
G = 36.67%
B = 44.09%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60B7DC (or 0x60B7DC) is known color: Malibu. HEX triplet: 60, B7 and DC. RGB value is (96,183,220). Sum of RGB (Red+Green+Blue) = 96+183+220=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #60B7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B7DC is #9F4823. Grayscale: #A0A0A0. Windows color (decimal): -10438692 or 14464864. OLE color: 14464864.

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

Color convert

RGB 96 183 220 -
CMYK 0.56 0.17 0 0.14
HSL 197.9º 0.64% 0.62% -
HSV(B) 197.9º 0.56% 0.86% -
XYZ 34.68 41.52 73.9 -
YUV 161.21 161.18 81.49 -
System Red Green Blue C M Y K H S L
Decimal 96 183 220 0.56 0.17 0 0.14 197.9 0.64 0.62
Hex 60 B7 DC 38 11 0 E C6 40 3E
Octal 140 267 334 70 21 0 16 306 100 76
Binary 1100000 10110111 11011100 111000 10001 0 1110 11000110 1000000 111110

Color Harmonies of #60B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B7DC

Black with #60B7DC

Text Example


Text Example

White with #60B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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