Html Css Color HEX #60B2D0 Malibu

📋 copy color: '#60B2D0'

red 96 ◦ green 178 ◦ blue 208

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

Shades of Malibu #60B2D0

Tints of Malibu #60B2D0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.93%

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

R = 19.92%
G = 36.93%
B = 43.15%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#60B2D0 (or 0x60B2D0) is known color: Malibu. HEX triplet: 60, B2 and D0. RGB value is (96,178,208). Sum of RGB (Red+Green+Blue) = 96+178+208=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #60B2D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B2D0 is #9F4D2F. Grayscale: #9C9C9C. Windows color (decimal): -10439984 or 13677152. OLE color: 13677152.

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

Color convert

RGB 96 178 208 -
CMYK 0.54 0.14 0 0.18
HSL 196.07º 0.54% 0.6% -
HSV(B) 196.07º 0.54% 0.82% -
XYZ 32.13 38.88 65.49 -
YUV 156.9 156.83 84.56 -
System Red Green Blue C M Y K H S L
Decimal 96 178 208 0.54 0.14 0 0.18 196.07 0.54 0.6
Hex 60 B2 D0 36 E 0 12 C4 36 3C
Octal 140 262 320 66 16 0 22 304 66 74
Binary 1100000 10110010 11010000 110110 1110 0 10010 11000100 110110 111100

Color Harmonies of #60B2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B2D0

Black with #60B2D0

Text Example


Text Example

White with #60B2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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