Html Css Color HEX #60BCD5 Malibu

📋 copy color: '#60BCD5'

red 96 ◦ green 188 ◦ blue 213

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

Shades of Malibu #60BCD5

Tints of Malibu #60BCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.83%

 BLUE value IS 213 (83.59% from 255) = 42.86%

R = 19.32%
G = 37.83%
B = 42.86%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#60BCD5 (or 0x60BCD5) is known color: Malibu. HEX triplet: 60, BC and D5. RGB value is (96,188,213). Sum of RGB (Red+Green+Blue) = 96+188+213=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #60BCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCD5 is #9F432A. Grayscale: #A3A3A3. Windows color (decimal): -10437419 or 14007392. OLE color: 14007392.

HSL color Cylindrical-coordinate representation of color #60BCD5: hue angle of 192.82º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60BCD5 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 188 213 -
CMYK 0.55 0.12 0 0.16
HSL 192.82º 0.58% 0.61% -
HSV(B) 192.82º 0.55% 0.84% -
XYZ 34.82 43.26 69.47 -
YUV 163.34 156.02 79.97 -
System Red Green Blue C M Y K H S L
Decimal 96 188 213 0.55 0.12 0 0.16 192.82 0.58 0.61
Hex 60 BC D5 37 C 0 10 C1 3A 3D
Octal 140 274 325 67 14 0 20 301 72 75
Binary 1100000 10111100 11010101 110111 1100 0 10000 11000001 111010 111101

Color Harmonies of #60BCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BCD5

Black with #60BCD5

Text Example


Text Example

White with #60BCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,188,213); }

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

background-color css

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

 a { background-color: rgb(96,188,213); }

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

border-color css

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

 span { border-color: rgb(96,188,213); }

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