Html Css Color HEX #60B6D0 Malibu

📋 copy color: '#60B6D0'

red 96 ◦ green 182 ◦ blue 208

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

Shades of Malibu #60B6D0

Tints of Malibu #60B6D0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.45%

 BLUE value IS 208 (81.64% from 255) = 42.8%

R = 19.75%
G = 37.45%
B = 42.8%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#60B6D0 (or 0x60B6D0) is known color: Malibu. HEX triplet: 60, B6 and D0. RGB value is (96,182,208). Sum of RGB (Red+Green+Blue) = 96+182+208=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #60B6D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B6D0 is #9F492F. Grayscale: #9F9F9F. Windows color (decimal): -10438960 or 13678176. OLE color: 13678176.

HSL color Cylindrical-coordinate representation of color #60B6D0: hue angle of 193.93º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60B6D0 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 182 208 -
CMYK 0.54 0.12 0 0.18
HSL 193.93º 0.54% 0.6% -
HSV(B) 193.93º 0.54% 0.82% -
XYZ 32.94 40.5 65.76 -
YUV 159.25 155.51 82.89 -
System Red Green Blue C M Y K H S L
Decimal 96 182 208 0.54 0.12 0 0.18 193.93 0.54 0.6
Hex 60 B6 D0 36 C 0 12 C2 36 3C
Octal 140 266 320 66 14 0 22 302 66 74
Binary 1100000 10110110 11010000 110110 1100 0 10010 11000010 110110 111100

Color Harmonies of #60B6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B6D0

Black with #60B6D0

Text Example


Text Example

White with #60B6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,182,208); }

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

background-color css

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

 a { background-color: rgb(96,182,208); }

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

border-color css

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

 span { border-color: rgb(96,182,208); }

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