Html Css Color HEX #60B1DC Malibu

📋 copy color: '#60B1DC'

red 96 ◦ green 177 ◦ blue 220

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

Shades of Malibu #60B1DC

Tints of Malibu #60B1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.9%

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

R = 19.47%
G = 35.9%
B = 44.62%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60B1DC (or 0x60B1DC) is known color: Malibu. HEX triplet: 60, B1 and DC. RGB value is (96,177,220). Sum of RGB (Red+Green+Blue) = 96+177+220=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #60B1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B1DC is #9F4E23. Grayscale: #9D9D9D. Windows color (decimal): -10440228 or 14463328. OLE color: 14463328.

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

Color convert

RGB 96 177 220 -
CMYK 0.56 0.20 0 0.14
HSL 200.81º 0.64% 0.62% -
HSV(B) 200.81º 0.56% 0.86% -
XYZ 33.46 39.1 73.49 -
YUV 157.68 163.16 84 -
System Red Green Blue C M Y K H S L
Decimal 96 177 220 0.56 0.20 0 0.14 200.81 0.64 0.62
Hex 60 B1 DC 38 14 0 E C9 40 3E
Octal 140 261 334 70 24 0 16 311 100 76
Binary 1100000 10110001 11011100 111000 10100 0 1110 11001001 1000000 111110

Color Harmonies of #60B1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B1DC

Black with #60B1DC

Text Example


Text Example

White with #60B1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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